mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
<view class="van-badge">
|
|
<view
|
|
class="van-badge__text"
|
|
style="color: {{ color }}; background-color: {{ backgroundColor }};font-size: {{ fontSize * 2 }}px; box-shadow: {{ boxShadow }};"
|
|
>
|
|
<slot></slot>
|
|
</view>
|
|
</view>
|