fix: ele auto complete

This commit is contained in:
xingyu4j
2026-01-26 14:34:45 +08:00
parent 02c977f969
commit c57f3d8820

View File

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