homevue
This commit is contained in:
9
src/components/dashboard/StepBadge.vue
Normal file
9
src/components/dashboard/StepBadge.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup>
|
||||
defineProps({
|
||||
step: { type: String, required: true },
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<span class="step-badge">{{ step }}</span>
|
||||
</template>
|
||||
Reference in New Issue
Block a user