feat: Add form demo

This commit is contained in:
陈凯龙 2022-01-27 16:54:45 +08:00
parent e6f9580331
commit 472f574f42
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
component: () => import('@/views/Components/Form/UseFormDemo.vue'),
name: 'UseForm',
meta: {
title: 'useForm'
title: 'UseForm'
}
},
{
@ -126,7 +126,7 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
component: () => import('@/views/Components/Form/RefForm.vue'),
name: 'RefForm',
meta: {
title: 'refForm'
title: 'RefForm'
}
}
]