vue3+ts项目打包报Elementui内部的错

   Cannot find module 'element-plus/es/popper' or its corresponding type declarations.

在这里插入图片描述

出现这个报错的时候,我惊呆了。。。报的竟然是element内部的错!

解决方法:
在tsconfig.json文件,compilerOptions里加入 “skipLibCheck”: true,
意思为:跳过检查库的代码
在这里插入图片描述

Logo

前往低代码交流专区

更多推荐