This commit is contained in:
2025-03-14 19:03:13 +08:00
parent 9ffe64dd44
commit 86671de035
22 changed files with 923 additions and 83 deletions

View File

@@ -0,0 +1,14 @@
<script setup>
</script>
<template>
<a-radio-group v-bind="$attrs" type="button" class="flex-shrink-0">
<a-radio>分钟</a-radio>
<a-radio>小时</a-radio>
</a-radio-group>
</template>
<style scoped>
</style>