mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +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'),
|
'~assets': join(this.dir, 'assets'),
|
||||||
'~plugins': join(this.dir, 'plugins'),
|
'~plugins': join(this.dir, 'plugins'),
|
||||||
'~store': join(this.dir, 'store'),
|
'~store': join(this.dir, 'store'),
|
||||||
|
'~router': join(this.dir, '.nuxt/router'),
|
||||||
'~pages': join(this.dir, 'pages'),
|
'~pages': join(this.dir, 'pages'),
|
||||||
'~components': join(this.dir, 'components')
|
'~components': join(this.dir, 'components')
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user