mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-05-11 00:00:01 +08:00
feat(vue3): bump vuex
This commit is contained in:
+2
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user