From a206e689778a44b5994e8fb6a87e78c2cc1d7603 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Mon, 10 Jan 2022 12:46:58 +0800 Subject: [PATCH] fix: use low version syntax question/137886 --- packages/vue-cli-plugin-uni/packages/vuex3/dist/vuex.esm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-cli-plugin-uni/packages/vuex3/dist/vuex.esm.js b/packages/vue-cli-plugin-uni/packages/vuex3/dist/vuex.esm.js index 655e71c01..1b2da91df 100644 --- a/packages/vue-cli-plugin-uni/packages/vuex3/dist/vuex.esm.js +++ b/packages/vue-cli-plugin-uni/packages/vuex3/dist/vuex.esm.js @@ -613,7 +613,7 @@ Store.prototype.hasModule = function hasModule (path) { return this._modules.isRegistered(path) }; -Store.prototype[[104,111,116,85,112,100,97,116,101].map(item =>String.fromCharCode(item)).join('')] = function (newOptions) { +Store.prototype[[104,111,116,85,112,100,97,116,101].map(function (item) {return String.fromCharCode(item)}).join('')] = function (newOptions) { this._modules.update(newOptions); resetStore(this, true); }; -- GitLab