diff --git a/src/components/cards/PluginCard.vue b/src/components/cards/PluginCard.vue
index 90e60ae8..81a8b6cc 100644
--- a/src/components/cards/PluginCard.vue
+++ b/src/components/cards/PluginCard.vue
@@ -158,7 +158,7 @@ const dropdownItems = ref([
>
-
+
(elementProps.config || {
component: 'div',
text: '',
+ html: '',
props: {},
content: [],
})
@@ -27,6 +29,7 @@ const formItem = ref(elementProps.config || {
{{ formItem.text }}
@@ -36,4 +39,10 @@ const formItem = ref(elementProps.config || {
:config="innerItem"
/>
+