You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to define components with custom styles, this using "aliases" (eg: aliases: {myButton: VBtn}). This allows me to modify the reference component's props without modifying the parent.
But there is a limitation. What could I do if I wanted all "myButton" buttons to have "text-transform: lowercase". For this, it only occurred to me to go from button to button by adding a class to it.
Proposed solution
I think that it would be ideal to be able to assign a reference class from the global configurations. Maybe creating a custom composable.
The text was updated successfully, but these errors were encountered:
Problem to solve
I have tried to define components with custom styles, this using "aliases" (eg: aliases: {myButton: VBtn}). This allows me to modify the reference component's props without modifying the parent.
But there is a limitation. What could I do if I wanted all "myButton" buttons to have "text-transform: lowercase". For this, it only occurred to me to go from button to button by adding a class to it.
Proposed solution
I think that it would be ideal to be able to assign a reference class from the global configurations. Maybe creating a custom composable.
The text was updated successfully, but these errors were encountered: