<template>
<tiny-badge :value="2" data="我的待办"></tiny-badge>
</template>
<script setup>
import { Badge as TinyBadge } from '@opentiny/vue'
</script>