Fixed #6000 - Remove .p-fluid and add new fluid property

This commit is contained in:
tugcekucukoglu 2024-07-02 12:53:07 +03:00
parent f85d3a5c1c
commit 544fe3fbb5
41 changed files with 183 additions and 49 deletions

View file

@ -15,6 +15,10 @@ export default {
variant: {
type: String,
default: null
},
fluid: {
type: Boolean,
default: false
}
},
style: TextareaStyle,