mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Typo fixed for default props
This commit is contained in:
parent
c5c1e69a65
commit
757d4ac210
2 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ export default {
|
||||||
collapsed: Boolean,
|
collapsed: Boolean,
|
||||||
toggleButtonProps: {
|
toggleButtonProps: {
|
||||||
type: null,
|
type: null,
|
||||||
defaault: null
|
default: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|
|
@ -99,11 +99,11 @@ export default {
|
||||||
},
|
},
|
||||||
previousButtonProps: {
|
previousButtonProps: {
|
||||||
type: null,
|
type: null,
|
||||||
defaault: null
|
default: null
|
||||||
},
|
},
|
||||||
nextButtonProps: {
|
nextButtonProps: {
|
||||||
type: null,
|
type: null,
|
||||||
defaault: null
|
default: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue