Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit f5c5b7b

Browse files
authored
Merge pull request #124 from selemondev/badge
fix: allow the label prop as number
2 parents 06cb7bc + 937af83 commit f5c5b7b

File tree

1 file changed

+1
-1
lines changed
  • packages/nuxt-ui-vue/src/components/elements/Badge

1 file changed

+1
-1
lines changed

packages/nuxt-ui-vue/src/components/elements/Badge/UBadge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const props = defineProps({
3232
},
3333
},
3434
label: {
35-
type: String,
35+
type: [String, Number],
3636
default: null,
3737
},
3838
})

0 commit comments

Comments
 (0)