摘要: 使用vuex插件时报错 Uncaught TypeError: Cannot read properties of undefined (reading 'use') 我的项目树 | -- mytest | -- src | -- App.vue | -- main.js | -- store |- 阅读全文
posted @ 2022-05-29 11:10 Rachellaw 阅读(167) 评论(1) 推荐(0)
摘要: 报错原因:import引入语句问题大小写的问题 解决方案:import {Vue} from ‘vue’; import {Vuex} from ‘vuex’; 阅读全文
posted @ 2022-05-29 10:17 Rachellaw 阅读(287) 评论(0) 推荐(0)