Преглед изворни кода

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