mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix
This commit is contained in:
@@ -41,7 +41,7 @@ const formItem = ref<RenderProps>(elementProps.config || {
|
|||||||
</Component>
|
</Component>
|
||||||
<Component
|
<Component
|
||||||
:is="formItem.component"
|
:is="formItem.component"
|
||||||
v-if="!formItem.content && formItem.html"
|
v-if="formItem.html"
|
||||||
v-bind="formItem.props"
|
v-bind="formItem.props"
|
||||||
v-html="formItem.html"
|
v-html="formItem.html"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user