mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
7 lines
159 B
Vue
7 lines
159 B
Vue
<template>
|
|
<van-badge-group>
|
|
<van-badge title="热销榜" info="8" />
|
|
<van-badge title="手握寿司" info="199" />
|
|
</van-badge-group>
|
|
</template>
|