mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
<demo-block title="基础用法">
|
|
<van-area
|
|
value="{{ value }}"
|
|
loading="{{ loading }}"
|
|
area-list="{{ areaList }}"
|
|
bind:change="onChange"
|
|
bind:confirm="onConfirm"
|
|
bind:cancel="onCancel"
|
|
/>
|
|
</demo-block>
|
|
<van-toast id="van-toast" />
|