Skip to content

Commit

Permalink
fix: fix a typo that caused router failed to install in older versions (
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Oct 18, 2019
1 parent aa29fd1 commit 0953057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/generator/router.js
@@ -1,5 +1,5 @@
module.exports = (api, options) => {
require('@vue/cli-plugin-vuex/generator')(api, {
require('@vue/cli-plugin-router/generator')(api, {
historyMode: options.routerHistoryMode
})
}

0 comments on commit 0953057

Please sign in to comment.