[vuex] expects string as the type, but found object.

使用vuex做demo时候出错

[vuex] expects string as the type, but found object.

发现报错看不懂,没法了,

自己反省思路

检查自己的思路发现出错了   

actions  内的 

store.commit('第一个选项',ret.data.hot ) 

出错在第一个选项 写的  store  ,这是不对的,应该写mutataions的函数名,因为是传值给了mutations的一个函数

怎么解决?

改成 

store.commit('mutations中的函数方法',ret.data.hot)

[vuex] expects string as the type, but found object.

反思

究其本质,还是vuex的语法掌握理解不够好

电子竞技,

菜是原罪

共勉 

上一篇:Linux内核栈切换过程


下一篇:54. 螺旋矩阵