<template>
<tiny-badge :value="5" :max="2">最大值显示</tiny-badge>
</template>
<script setup>
import { Badge as TinyBadge } from '@opentiny/vue'
</script>