mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user