vue-hy
v1.4.9
Published
[![pluginunit](https://img.shields.io/npm/v/pluginunit.svg)](https://npmjs.org/package/pluginunit) [![NPM all downloads](https://img.shields.io/npm/dt/pluginunit.svg?style=flat-square)](https://npmjs.org/package/pluginunit) [![NPM downloads](https://img
Downloads
119
Readme
GITHUB地址| 插件地址
[试用演示]待续。。。
自己练手学习使用
如何使用?
npm install vue-hy
import hy from "vue-hy"
Vue.use(hy);
hy-input
<hy-input></hy-input>
Input Attributes
Input Slots
Input Events 和原生一样
hy-mask
<hy-mask v-model="maskShow"><div>内容</div></hy-mask>
mask Attributes
hy-card
<hy-card>
<div slot="head">
<span>6666</span>
</div>
<div>66666666666666</div>
<div>66666666666666</div>
<div>66666666666666</div>
<div>66666666666666</div>
<div>66666666666666</div>
<div>66666666666666</div>
</hy-card>
card Attributes
hy-popup
<hy-popup v-model="show"><div>555</div> </hy-popup>
card Attributes
hy-switch
<hy-switch v-model="sthGiveChild"></hy-switch>
card Attributes
hy-row
<hy-row></hy-row>
row Attributes
hy-col
<hy-col col='11'></hy-col>