Skip to content

Commit

Permalink
feat: support router-module in nuxt.config
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza authored Jul 16, 2019
1 parent 57013d1 commit 3e9ecdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = function (moduleOptions) {

const options = {
...defaultOptions,
...this.options['router-module'],
...this.options.routerModule,
...moduleOptions
}
Expand Down

0 comments on commit 3e9ecdd

Please sign in to comment.