在我的vue前端,我尝试设置Vuex。在我的商店页面上(在商店目录内,文件名为index.js)使用VUE3.0的.Im当我运行代码时,我得到了Cannot read property 'use‘of undefined On Vue.use(Vuex)行 这是代码的一部分 import Vue from "vue";import Api from "../services/api"
我是第一次使用Vuex和store.js。在我的main.js文件中,我使用 import { store } from './src/store/store.js
Module not found: Error: Can't resolve '.vue' in '/Users/briansantos/code/Vuex/src/src/store/stor