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