mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
<view class="van-badge van-hairline custom-class {{ active ? 'van-badge--active' : '' }}" bind:tap="onClick">
|
|
<view class="van-badge__text">
|
|
<van-info
|
|
wx:if="{{ info !== null }}"
|
|
info="{{ info }}"
|
|
custom-style="right: 4px"
|
|
/>
|
|
{{ title }}
|
|
</view>
|
|
</view>
|