mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
17 lines
405 B
Plaintext
17 lines
405 B
Plaintext
<van-picker
|
|
class="van-area__picker"
|
|
active-class="active-class"
|
|
toolbar-class="toolbar-class"
|
|
column-class="column-class"
|
|
show-toolbar
|
|
value-key="name"
|
|
title="{{ title }}"
|
|
loading="{{ loading }}"
|
|
columns="{{ displayColumns }}"
|
|
item-height="{{ itemHeight }}"
|
|
visible-item-count="{{ visibleItemCount }}"
|
|
bind:change="onChange"
|
|
bind:confirm="onConfirm"
|
|
bind:cancel="onCancel"
|
|
/>
|