Skip to content
Snippets Groups Projects
Commit 7607ff3d authored by Cee Nell's avatar Cee Nell
Browse files

use hash history

parent 971190ed
No related branches found
No related tags found
1 merge request!81use hash history
......@@ -48,7 +48,7 @@ const routes = [
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHashHistory(import.meta.env.BASE_URL),
routes
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment