This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user