yarn add element-ui@^2.4.11

 

main.js引入

import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)

 

 

https://element.eleme.cn/#/en-US

<el-row>
  <el-button plain>Plain</el-button>
  <el-button type="primary" plain>Primary</el-button>
  <el-button type="success" plain>Success</el-button>
  <el-button type="info" plain>Info</el-button>
  <el-button type="warning" plain>Warning</el-button>
  <el-button type="danger" plain>Danger</el-button>
</el-row>

 

相关文章:

  • 2022-12-23
  • 2021-07-13
  • 2021-11-30
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-19
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-05-08
  • 2022-12-23
相关资源
相似解决方案