15902849627 5 mesi fa
parent
commit
efbd98ac4d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -1,4 +1,4 @@
-import { createRouter, createWebHistory } from 'vue-router'
+import { createRouter, createWebHashHistory } from 'vue-router'
 
 const router = createRouter({
   history: createWebHashHistory(),