feat: Add form demo
This commit is contained in:
@@ -118,7 +118,7 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
|||||||
component: () => import('@/views/Components/Form/UseFormDemo.vue'),
|
component: () => import('@/views/Components/Form/UseFormDemo.vue'),
|
||||||
name: 'UseForm',
|
name: 'UseForm',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'useForm'
|
title: 'UseForm'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -126,7 +126,7 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
|||||||
component: () => import('@/views/Components/Form/RefForm.vue'),
|
component: () => import('@/views/Components/Form/RefForm.vue'),
|
||||||
name: 'RefForm',
|
name: 'RefForm',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'refForm'
|
title: 'RefForm'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user