mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-21 22:05:46 +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'
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"composables/*": ["./src/composables/*"],
|
||||
"boot/*": ["./src/boot/*"]
|
||||
"boot/*": ["./src/boot/*"],
|
||||
"pages/*": ["./src/pages/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user