1.0.0 • Published 5 years ago

yh-select v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

v-select

it is to keep the same displaying on the ios and android

Build Setup

# install dependencies
npm install --save yh-select

# import

import vselect from 'yh-select'

# Template
<v-select name="school" v-model="school" :sel="school" :options="list" :val="val" :names="name"></v-select>

需要过滤的select 
<v-select name="school" v-model="school" :sel="school" :options="list" :val="val" :names="name" :search="true"></v-select>
v-model 值须与 sel一致
options 循环的option 数组
val 指定option的value值
names 指定option的显示文字

#style .select-wrapper开始可以修改select样式

#warn 移动端建议使用:yh-select, pc建议使用select

1.0.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago