Skip to content

Commit 0953057

Browse files
authored
fix: fix a typo that caused router failed to install in older versions (#4711)
1 parent aa29fd1 commit 0953057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = (api, options) => {
2-
require('@vue/cli-plugin-vuex/generator')(api, {
2+
require('@vue/cli-plugin-router/generator')(api, {
33
historyMode: options.routerHistoryMode
44
})
55
}

0 commit comments

Comments
 (0)