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

@ -232,6 +232,10 @@ export default {
return { severity: 'secondary', text: true, rounded: true };
}
},
fluid: {
type: Boolean,
default: false
},
ariaLabelledby: {
type: String,
default: null