Explorar el Código

feat: Add form demo

陈凯龙 hace 3 años
padre
commit
472f574f42
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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'
             }
           }
         ]