Skip to content

Commit

Permalink
feat: Add form demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Jan 27, 2022
1 parent e6f9580 commit 472f574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/index.ts
Expand Up @@ -118,15 +118,15 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
component: () => import('@/views/Components/Form/UseFormDemo.vue'),
name: 'UseForm',
meta: {
title: 'useForm'
title: 'UseForm'
}
},
{
path: 'ref-form',
component: () => import('@/views/Components/Form/RefForm.vue'),
name: 'RefForm',
meta: {
title: 'refForm'
title: 'RefForm'
}
}
]
Expand Down

0 comments on commit 472f574

Please sign in to comment.