diff --git a/src/router/index.ts b/src/router/index.ts index b233d56..1a6149c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1,6 +1,7 @@ import { createProgressGuard, createLogGuard, createStackGuard } from 'utils4u/vue-router'; import { createRouter, createWebHistory, type Router } from 'vue-router'; import { routes, handleHotUpdate } from 'vue-router/auto-routes'; +console.debug(`routes :>> `, JSON.stringify(routes, null, 2)); export const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL),