mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
<demo-block title="基础用法">
|
|
<van-tree-select
|
|
items="{{ items }}"
|
|
main-active-index="{{ mainActiveIndex }}"
|
|
active-id="{{ activeId }}"
|
|
bind:click-item="onClickItem"
|
|
bind:click-nav="onClickNav"
|
|
content-item-class="content-item-class"
|
|
></van-tree-select>
|
|
</demo-block>
|