安装npm-check-updates组件
升级vue
一般就是升级 vue 和 vue-template-compiler,两者的版本需要同步。
npm update vue -S
或者 yarn add vue -S
npm update vue-template-compiler -D 或者 yarn add vue-template-compiler -D
npm升级到最新版本
转自:https://blog.csdn.net/somken/article/details/125218026