mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
<doc-page title="TREE SELECT" without-padding>
|
|
<view style="margin-top: 5vh;">
|
|
<van-tree-select
|
|
items="{{ items }}"
|
|
main-active-index="{{ mainActiveIndex }}"
|
|
active-id="{{ activeId }}"
|
|
bind:itemclick="handleItemClick"
|
|
bind:navclick="handleNavClick"
|
|
></van-tree-select>
|
|
</view>
|
|
</doc-page> |