mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update API doc
This commit is contained in:
parent
078a30720c
commit
15debcec4a
4 changed files with 16 additions and 24 deletions
|
@ -82,17 +82,7 @@ export default {
|
|||
type: String,
|
||||
default: 'halfExpand',
|
||||
validator(value) {
|
||||
return [
|
||||
'ceil',
|
||||
'floor',
|
||||
'expand',
|
||||
'trunc',
|
||||
'halfCeil',
|
||||
'halfFloor',
|
||||
'halfExpand',
|
||||
'halfTrunc',
|
||||
'halfEven'
|
||||
].includes(value);
|
||||
return ['ceil', 'floor', 'expand', 'trunc', 'halfCeil', 'halfFloor', 'halfExpand', 'halfTrunc', 'halfEven'].includes(value);
|
||||
}
|
||||
},
|
||||
min: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue