feat: badges

This commit is contained in:
Jannat Patel
2024-04-30 19:25:07 +05:30
parent 0f64da69c0
commit 7355be2a8b
16 changed files with 453 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<template></template>
<script setup>
const props = defineProps({
badge: {
type: Object,
required: true,
},
})
</script>