使用Vuex时报错提示Cannot read property 'commit' of undefined

使用Vuex时报错提示Cannot read property ‘commit’ of undefined
在这里插入图片描述
原因:main.js中未导入store。
解决方法:main.js中导入store。
在这里插入图片描述
使用Vuex时报错提示Cannot read property 'commit' of undefined_第1张图片

你可能感兴趣的:(vueStudy)