You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好,我使用了自定义信息窗口子类,直接import+components导入子.vue;可以正常显示,然后在再.vue文件中使用vuex就会报错找不到vuex。请问该如何实例化。
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_modulesNamespaceMap')
at getModuleByNamespace (vuex.esm.js?2f62:1132),
var module = store._modulesNamespaceMap[namespace];
The text was updated successfully, but these errors were encountered:
你好,我使用了自定义信息窗口子类,直接import+components导入子.vue;可以正常显示,然后在再.vue文件中使用vuex就会报错找不到vuex。请问该如何实例化。
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_modulesNamespaceMap')
at getModuleByNamespace (vuex.esm.js?2f62:1132),
var module = store._modulesNamespaceMap[namespace];
The text was updated successfully, but these errors were encountered: