mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
add pages alias
This commit is contained in:
@@ -57,6 +57,7 @@ module.exports = configure(function (/* ctx */) {
|
||||
alias: {
|
||||
composables: path.join(__dirname, './src/composables'),
|
||||
boot: path.join(__dirname, './src/boot'),
|
||||
pages: path.join(__dirname, './src/pages'),
|
||||
},
|
||||
|
||||
vueRouterMode: 'hash', // available values: 'hash', 'history'
|
||||
|
||||
Reference in New Issue
Block a user