feat(vue3): bump vuex

This commit is contained in:
fxy060608
2020-07-29 12:38:38 +08:00
parent b40ff47baa
commit 0786d8a841
+2 -1
View File
@@ -36,7 +36,8 @@ module.exports = (api, options, rootOptions) => {
return {
dependencies: {
'regenerator-runtime': '^0.12.1',// 锁定版本,避免高版本在小程序中出错
'@dcloudio/uni-helper-json': '*'
'@dcloudio/uni-helper-json': '*',
'vuex': '^4.0.0-beta.4'
},
devDependencies: {
'postcss-comment': '^2.0.0',