소스 검색

feat: adds dynamic router page

nian 2 달 전
부모
커밋
1cedb2b272
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/main/index.vue

+ 1 - 1
src/layout/main/index.vue

@@ -10,7 +10,7 @@ import { useConfigureStore } from '@/stores/configure'
 import { useTabsStore } from '@/stores/tabs'
 
 import type { Tab } from '@/stores/tabs'
-import type { RouteLocationNormalizedLoaded, RouteParamsGeneric } from 'vue-router'
+import type { RouteLocationNormalizedLoaded } from 'vue-router'
 
 defineOptions({
   name: 'MainLayout',