mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Badge): allow label as number
This commit is contained in:
@@ -45,7 +45,7 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
label: {
|
||||
type: String,
|
||||
type: [String, Number],
|
||||
default: null
|
||||
},
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user