赞
踩
Element-UI是一套为开发者、设计师和产品经理准本的基于Vue2.0的桌面端组件库。官网地址:
https://element.eleme.cn/#/zh-CN
说明:element-ui是基于Vue2.0的,Vue3安装的是element-plus
vue create vue-cli3-elementplus
npm install element-plus --save
- import ElementPlus from 'element-plus'
- import 'element-plus/theme-chalk/index.css'
-
- createApp(App).use(router).use(ElementPlus).mount('#app')
- <el-row>
- <el-button round>圆角按钮</el-button>
- <el-button type="primary" round>主要按钮</el-button>
- <el-button type="success" round>成功按钮</el-button>
- <el-button type="info" round>信息按钮</el-button>
- <el-button type="warning" round>警告按钮</el-button>
- <el-button type="danger" round>危险按钮</el-button>
- </el-row>
npm run serve
- 链接:https://pan.baidu.com/s/19ASFVl6qGAeHwyPfGpbwKA?pwd=yyds
- 提取码:yyds
https://blog.csdn.net/qq_44017116/article/details/127713704
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。