安装 element-plus
1 | cnpm install element-plus --save |
配置 main.ts
1 | import ElementPlus from 'element-plus'; |
安装 @element-plus/icons-vue 使用 icon
1 | cnpm install @element-plus/icons-vue --save |
组件局部按需引用
1 | import { Download } from '@element-plus/icons-vue'; |
1 | cnpm install element-plus --save |
1 | import ElementPlus from 'element-plus'; |
1 | cnpm install @element-plus/icons-vue --save |
1 | import { Download } from '@element-plus/icons-vue'; |