klren0312 / daliy_knowledge

知识积累,正确使用方式是watch
21 stars 4 forks source link

处理问题: Module '"element-plus"' has no exported member 'xxx'. Did you mean to use 'import xxx from "element-plus"' instead? #724

Open klren0312 opened 1 year ago

klren0312 commented 1 year ago

tsconfig.ts中设置

{
  "compilerOptions": {
    //...
    "moduleResolution": "node",
  }
}