Skip to content

Commit

Permalink
chore: vuex 4.0.0 has been released, -0 suffix no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Feb 3, 2021
1 parent b41ed76 commit f9d53c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-vuex/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = (api, options = {}, rootOptions = {}) => {
api.transformScript(api.entryFile, require('./injectUseStore'))
api.extendPackage({
dependencies: {
vuex: '^4.0.0-0'
vuex: '^4.0.0'
}
})
api.render('./template-vue3', {})
Expand Down

0 comments on commit f9d53c7

Please sign in to comment.