Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next

This commit is contained in:
dap
2026-02-26 19:16:40 +08:00
31 changed files with 249 additions and 76 deletions

View File

@@ -61,6 +61,13 @@ const [BaseForm, baseFormApi] = useVbenForm({
label: '字符串',
rules: 'required',
},
{
component: 'Input',
fieldName: 'desc',
// 界面显示的description
description: '这是表单描述',
label: '字符串(带描述)',
},
{
// 组件需要在 #/adapter.ts内注册并加上类型
component: 'ApiSelect',