Skip to content

Commit

Permalink
fix(Badge): allow label as number
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Sep 7, 2023
1 parent e49c673 commit 7c157ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/elements/Badge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default defineComponent({
}
},
label: {
type: String,
type: [String, Number],
default: null
},
ui: {
Expand Down

0 comments on commit 7c157ce

Please sign in to comment.