vuex安装版本太高会报错 解决方法: 将vuex卸载,安装时指定版本 1、卸载安装过的vuex 使用npm uninstall vuex 命令 2、重新安装指定版本的vuex 使用npm install vuex@3.6.2 --save 命令