浏览代码

feat: Add form demo

陈凯龙 3 年之前
父节点
当前提交
472f574f42
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/router/index.ts

+ 2 - 2
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'
             }
           }
         ]