0.0.3 • Published 1 year ago

vweb-ui v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

input

Attributes

参数说明类型
value必填值,输入绑定值String
clearable是否可清空boolean

示例

<vui-input v-model="inputVal" class="test-item" :clearable="true" />

autocomplate

根据输入内容提供对应的输入建议

Attributes

参数说明类型
value必填值,输入绑定值String
clearable是否可清空boolean
options建议列表值array

示例

<vui-autocomplete v-model="autocompleteVal" class="test-item" :clearable="true" :options="['猪蹄','xiami','dapangxie']" />
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago