2、Vue中安装element-plus

1、在项目终端命令行中输入 :pnpm install element-plus --save

 2、项目中导入 element

import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'

 3、使用element 组件

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章