Element-UI最新1.0.0正式版已經(jīng)發(fā)布了,全新的界面,同時(shí)也是最新的基于 Vue 2.0 的組件庫,需要設(shè)計(jì)自己的網(wǎng)站的話,現(xiàn)在就趕快來下載這款軟件!
Element-UI更新內(nèi)容
修復(fù) TimePicker 選擇范圍時(shí)結(jié)束時(shí)間小于開始時(shí)間會(huì)重置開始時(shí)間, #894
修復(fù)結(jié)合 vue-i18n 使用時(shí)會(huì)提示不能覆蓋 $t 方法的問題
新增 Loading 自定義加載文案的功能,并優(yōu)化了視覺表現(xiàn)
修復(fù) Input blur 事件的參數(shù)不是 event 對(duì)象的問題
window.ELEMENT.locale.use 改成 window.ELEMENT.locale
Element-UI使用方法
用法:
npm install element-ui@next
示例代碼:
import Vue from 'vue'
import Element from 'element-ui'
import 'element-ui/lib/theme-default/index.css';
Vue.use(Element)
// or
import Select from 'element-ui/lib/select';
import Select from 'element-ui/lib/theme-default/select.css';
import Button from 'element-ui/lib/button';
import Button from 'element-ui/lib/theme-default/button.css';
Vue.component(Select.name, ElSelect)
Vue.component(Button.name, ElButton)
- PC官方版
- 安卓官方手機(jī)版
- IOS官方手機(jī)版