瀏覽代碼

html组件重命名form-html

tongshangming 2 年之前
父節點
當前提交
d7e84913ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/core/form/FormComp.vue

+ 1 - 1
src/components/core/form/FormComp.vue

@@ -87,7 +87,7 @@ const headers = reactive({
     </template>
   </el-upload>
 
-  <div v-else-if="item.type === 'html'" v-html="item.props?.html"></div>
+  <div v-else-if="item.type === 'form-html'" v-html="item.props?.html"></div>
 
   <component
     v-else