15902849627 5 ヶ月 前
コミット
e81491872d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -1,7 +1,7 @@
 import { createRouter, createWebHistory } from 'vue-router'
 
 const router = createRouter({
-  history: createWebHistory(),
+  history: createWebHashHistory(),
   routes: [
     {
       path: '/',