mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Fixed #6000 - Remove .p-fluid and add new fluid property
This commit is contained in:
parent
f85d3a5c1c
commit
544fe3fbb5
41 changed files with 183 additions and 49 deletions
|
@ -15,6 +15,10 @@ export default {
|
|||
variant: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
fluid: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
style: TextareaStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue