mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
283 B
283 B
#### 可点击
用 a 标签进行包裹即可。
#### Clickable
The badge can be wrapped with `a` tag to make it linkable.
<template>
<a href="#">
<a-badge count="5">
<span class="head-example" />
</a-badge>
</a>
</template>