Uncaught Error: [vuex] store must be called with the new operator

使用Vuex的时候报错 查找文件发现 少加了一个关键操作符new,加入关键字new之后 页面就正常渲染了,解决报错

使用Vuex的时候报错

查找文件发现

少加了一个关键操作符new,加入关键字new之后

 页面就正常渲染了,解决报错