-
Beta Was this translation helpful? Give feedback.
Answered by
jourdain
Oct 27, 2025
Replies: 2 comments 1 reply
-
|
If that is the case you should be doing with vuetify.VBtn(..., icon=False) as btn:
vuetify.VIcon("mdi-grid-off")
btn.add_child("Hide part array") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kdasVF
-
|
I'm guessing it is Vuetify2 not 3? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

icon=True=> make it roundIf you remove that property, you should be good. But maybe you want the icon before the text?
If that is the case you should be doing