This commit is contained in:
jxxghp
2023-07-26 17:48:51 +08:00
parent f4ab540d29
commit 21cf0e5abb

View File

@@ -41,7 +41,7 @@ const formItem = ref<RenderProps>(elementProps.config || {
</Component>
<Component
:is="formItem.component"
v-if="!formItem.content && formItem.html"
v-if="formItem.html"
v-bind="formItem.props"
v-html="formItem.html"
/>