diff --git a/src/views/Components/Form/DefaultForm.vue b/src/views/Components/Form/DefaultForm.vue index 90f7df5..4165c16 100644 --- a/src/views/Components/Form/DefaultForm.vue +++ b/src/views/Components/Form/DefaultForm.vue @@ -475,8 +475,8 @@ const schema = reactive([ label: `${t('formDemo.icon')}1`, component: 'Input', componentProps: { - suffixIcon: , - prefixIcon: + suffixIcon: , + prefixIcon: } }, { @@ -486,9 +486,9 @@ const schema = reactive([ componentProps: { slots: { suffix: () => { - return + return }, - prefix: () => + prefix: () => } } }, @@ -498,8 +498,8 @@ const schema = reactive([ component: 'Input', componentProps: { slots: { - prepend: () => , - append: () => + prepend: () => , + append: () => } } }, @@ -636,7 +636,7 @@ const schema = reactive([ return null } }, - prefix: () => + prefix: () => } } }, @@ -901,11 +901,11 @@ const schema = reactive([ component: 'Rate', value: null, componentProps: { - voidIcon: , + voidIcon: , icons: [ - , - , - + , + , + ] } }, @@ -1768,7 +1768,7 @@ const schema = reactive([ field: 'field88', component: 'IconPicker', label: t('formDemo.default'), - value: 'tdesign:archway' + value: 'vi-tdesign:archway' }, { field: 'field89',