报错 : vuex "$store" is not defined , 代码和老师的一致 。
来源:8-9 Vue项目城市选择页 - Vuex实现数据共享
qq_pri_0
2018-06-28
提示报错 : vuex "$store" is not defined , 代码和老师的一致 。
将 export default new Vuex.Store({ 变为 export const store = new Vuex.Store({ 也没用。
写回答
2回答
-
qq_pri_0
提问者
2018-06-28
已解决:
store\index:js
export const store = new Vuex.Store({
main.js
import {store} from './store'
012018-08-26 -
Dell
2018-06-28
这个锅我不背,你运行我代码试试,肯定有差异,$store 没有定义,我估计你的代码顺序出问题了,对比下创建store的文件
00
相似问题