From 472f574f42f8f31c4e6047043ac755ba5fb35b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=87=AF=E9=BE=99?= <502431556@qq.com> Date: Thu, 27 Jan 2022 16:54:45 +0800 Subject: [PATCH] feat: Add form demo --- src/router/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 339d860..491ce77 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -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' } } ]