Indicator / 指示器
用于提醒用户去处理某些事情。有些 UI 库也会把这个组件叫做 Badge。
特性
支持完全自定义
支持 ping 动画
基础用法
<template>
<Indicator>
<Image
width="48px"
height="48px"
src="https://avatars.githubusercontent.com/u/29743310?v=4"
/>
</Indicator>
</template>