From 668a35fca70c8f4fd0fcb8544c854c5c04d19270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Mon, 6 Mar 2023 11:55:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9vuex=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/moduleA.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/modules/moduleA.js b/src/store/modules/moduleA.js index 90fe350..1c098f1 100644 --- a/src/store/modules/moduleA.js +++ b/src/store/modules/moduleA.js @@ -1,4 +1,5 @@ export default { + namespaced: true, state: {}, getters: {}, mutations: {},