mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Add ~router alias
This commit is contained in:
parent
b142b0665a
commit
d203d48c05
@ -32,6 +32,7 @@ module.exports = function () {
|
||||
'~assets': join(this.dir, 'assets'),
|
||||
'~plugins': join(this.dir, 'plugins'),
|
||||
'~store': join(this.dir, 'store'),
|
||||
'~router': join(this.dir, '.nuxt/router'),
|
||||
'~pages': join(this.dir, 'pages'),
|
||||
'~components': join(this.dir, 'components')
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user