fix: 去除重复的 mode 字段
parent
4221f63493
commit
c3358652fd
|
|
@ -160,7 +160,6 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||||
label: '资源',
|
label: '资源',
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
mode: 'tags',
|
|
||||||
placeholder: '请输入资源',
|
placeholder: '请输入资源',
|
||||||
mode: 'tags',
|
mode: 'tags',
|
||||||
class: 'w-full',
|
class: 'w-full',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue