mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-08 04:49:17 -05:00
fix: fix a typo that caused router failed to install in older versions (#4711)
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user