|
|
@@ -43,7 +43,7 @@ module.exports = configure((ctx) => ({
|
|
|
// Full list of options: https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-build
|
|
|
build: {
|
|
|
env: envparser(),
|
|
|
- vueRouterMode: 'history', // available values: 'hash', 'history'
|
|
|
+ vueRouterMode: 'hash', // available values: 'hash', 'history'
|
|
|
|
|
|
// transpile: false,
|
|
|
|