Karsa 2 年 前
コミット
c89e7a7448
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -21,7 +21,7 @@ export const routes: AppRouteRecordRaw[] = [
   {
   {
     path: '/sheetshow',
     path: '/sheetshow',
     component: () => import('@/views/sheetShow/index.vue'),
     component: () => import('@/views/sheetShow/index.vue'),
-    name: '表详情',
+    name: '表详情',
   },
   },
 ];
 ];