refactor: 修改form-field-array支持dependencies

This commit is contained in:
layhuts
2026-07-01 11:08:35 +08:00
parent 9d36b34c4c
commit fdf2abb702
11 changed files with 1315 additions and 196 deletions

View File

@@ -110,6 +110,15 @@ const routes: RouteRecordRaw[] = [
title: $t('examples.form.collapsible'),
},
},
{
name: 'FormArrayDemo',
path: '/form-array-demo',
component: () => import('#/views/demos/form-array/index.vue'),
meta: {
icon: 'lucide:list-plus',
title: '表单数组 Demo',
},
},
],
},
{