mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
16 lines
569 B
Plaintext
16 lines
569 B
Plaintext
<demo-block title="基础用法">
|
|
<van-sidebar custom-class="custom-sidebar" bind:change="onChange">
|
|
<van-sidebar-item title="标签名称" />
|
|
<van-sidebar-item title="标签名称" />
|
|
<van-sidebar-item title="标签名称" />
|
|
</van-sidebar>
|
|
</demo-block>
|
|
|
|
<demo-block title="显示徽标">
|
|
<van-sidebar custom-class="custom-sidebar" bind:change="onChange">
|
|
<van-sidebar-item title="标签名称" dot />
|
|
<van-sidebar-item title="标签名称" info="5" />
|
|
<van-sidebar-item title="标签名称" info="99+" />
|
|
</van-sidebar>
|
|
</demo-block>
|