fix: ele auto complete

pull/324/head
xingyu4j 2026-01-26 14:34:45 +08:00
parent 02c977f969
commit c57f3d8820
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ export function useFormSchema(): VbenFormSchema[] {
cb(results);
},
placeholder: '请选择组件名称',
options: componentKeys.map((v) => ({ value: v })),
},
dependencies: {
triggerFields: ['type'],