mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #4863 - Button: new badgeSeverity property
This commit is contained in:
parent
f12576ce8e
commit
70efc14382
3 changed files with 9 additions and 1 deletions
|
@ -30,6 +30,10 @@ export default {
|
|||
type: String,
|
||||
default: null
|
||||
},
|
||||
badgeSeverity: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
loading: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue