mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
<demo-block title="基础用法">
|
|
<van-tree-select
|
|
items="{{ items }}"
|
|
main-active-index="{{ mainActiveIndex }}"
|
|
active-id="{{ activeId }}"
|
|
bind:itemclick="onItemClick"
|
|
bind:navclick="onNavClick"
|
|
></van-tree-select>
|
|
</demo-block>
|