Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 486 Bytes

problem.md

File metadata and controls

13 lines (8 loc) · 486 Bytes

vue 项目引入 elementui-plus 运行 npm run serve 出现如下图错误

warning in ./src/App.vue?vue&type=template&id=7ba5bd90

"export ‘createElementBlock’ (imported as ‘\_createElementBlock’) was not found in ‘vue’

warning in ./src/App.vue?vue&type=template&id=7ba5bd90

"export ‘createElementVNode’ (imported as ‘\_createElementVNode’) was not found in ‘vue’

解决办法:升级 vue 到最新版本 执行 npm install [email protected] --force