mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Components update v.3.21.0
This commit is contained in:
parent
18497d55b1
commit
defd6ff6e2
242 changed files with 28022 additions and 17523 deletions
|
@ -16,10 +16,12 @@ export default {
|
|||
name: 'Button',
|
||||
props: {
|
||||
label: {
|
||||
type: String
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
icon: {
|
||||
type: String
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
iconPos: {
|
||||
type: String,
|
||||
|
@ -30,7 +32,8 @@ export default {
|
|||
default: null
|
||||
},
|
||||
badge: {
|
||||
type: String
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
badgeClass: {
|
||||
type: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue