Element-ui使用

 

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>

 

posted @ 2020-11-14 16:23  方诚  阅读(236)  评论(0编辑  收藏  举报