Browse Source

html组件重命名form-html

tongshangming 2 năm trước cách đây
mục cha
commit
d7e84913ce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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