0.2.6 • Published 2 years ago

zhyx-ui v0.2.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago