0.2.6 • Published 3 years ago

zhyx-ui v0.2.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

zhyx-ui

element-ui 的二次封装业务组件

install

npm i zhyx-ui

全局引入

import zhyxUi from 'zhyx-ui'
Vue.use(zhyxUi)

按需引入

import {Select} from 'zhyx-ui'
Vue.use(Select)

select使用

# select组件
<zhyx-select :url="url" v-model="value" :label.sync="label" :params="{value:'value',label:'name'}"></zhyx-select>

# download 组件
<zhyx-download :url="url" type="primary" plain >下载</zhyx-download>
0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago