fix: 修复Form已知问题

This commit is contained in:
kailong321200875
2023-06-19 16:27:49 +08:00
parent 289c1c2cf5
commit 097b32e1a9
7 changed files with 1070 additions and 1343 deletions

View File

@@ -148,16 +148,16 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: t('router.defaultForm')
}
},
{
path: 'use-form',
component: () => import('@/views/Components/Form/UseFormDemo.vue'),
name: 'UseForm',
meta: {
title: 'UseForm'
}
}
// {
// path: 'use-form',
// component: () => import('@/views/Components/Form/UseFormDemo.vue'),
// name: 'UseForm',
// meta: {
// title: 'UseForm'
// }
// }
// {
// path: 'ref-form',
// component: () => import('@/views/Components/Form/RefForm.vue'),
// name: 'RefForm',