Fixed #4863 - Button: new badgeSeverity property

This commit is contained in:
tugcekucukoglu 2023-11-22 13:43:05 +03:00
parent f12576ce8e
commit 70efc14382
3 changed files with 9 additions and 1 deletions

View file

@ -30,6 +30,10 @@ export default {
type: String,
default: null
},
badgeSeverity: {
type: String,
default: null
},
loading: {
type: Boolean,
default: false