vue项目引入ElementUI-plus运行npm run serve后出现报错,网页内容无法显示: “export ‘createElementBlock‘ (imported as ‘_createElementBlock‘) was not found in ‘vue‘
解决办法: 升级vue 到最新版本 执行 npm install vue@3.2.4 --force
运行后错误消失:
因篇幅问题不能全部显示,请点此查看更多更全内容