vue装载了vuex,没有反应

vue 安装了vuex,设置好了。使用的时候报错。

image
image
image
image
image

有没有知道如何解决的?望指教一下,谢谢

阅读 2k
2 个回答

不要使用this.$store了。

import store from "./store"


store.commit("xxx",{...})

看代码看到的问题是setTimeout里的this指向不对。

推荐问题