|
|
@ -2,7 +2,7 @@ import { createRouter, createWebHashHistory } from 'vue-router' |
|
|
import { routes } from './routes' |
|
|
import { routes } from './routes' |
|
|
import type { App } from 'vue' |
|
|
import type { App } from 'vue' |
|
|
|
|
|
|
|
|
const router = createRouter({ |
|
|
|
|
|
|
|
|
export const router = createRouter({ |
|
|
history: createWebHashHistory(), |
|
|
history: createWebHashHistory(), |
|
|
routes |
|
|
routes |
|
|
}) |
|
|
}) |
|
|
|