Explorar o código

feat: adds dynamic router page

nian hai 2 meses
pai
achega
1cedb2b272
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',