Vue项目运行时报错:Cannot read property ‘getters‘ of undefined 编译的时候正常但是在浏览器打开的时候就会报错Cannot read property 'getters' of undefined就像这样,搜寻了一会儿后发现错误时store下的某个文件里的数据没有导出,所以导致store变成了undefined,导出后,程序编译和运行都正常了... 犯错/采坑栏 2023-10-22 52 点赞 0 评论 78 浏览