Change to history mode (removing hashes from URLs)
This commit is contained in:
parent
1f9bb34853
commit
f6df79d83f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export default defineConfig((/* ctx */) =>
|
||||||
node: 'node20'
|
node: 'node20'
|
||||||
},
|
},
|
||||||
|
|
||||||
vueRouterMode: 'hash', // available values: 'hash', 'history'
|
vueRouterMode: 'history', // available values: 'hash', 'history'
|
||||||
// vueRouterBase,
|
// vueRouterBase,
|
||||||
// vueDevtools,
|
// vueDevtools,
|
||||||
// vueOptionsAPI: false,
|
// vueOptionsAPI: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue