1、入口文件main.js
2、或者版本不匹配 vue2安装3版本的vuex,默认安装的4版本给vue3用
//卸载原来安装的vuex npm uninstall vuex
//安装3.6.2版本的vuex npm install vuex