How to toggle class with hover in a quasar way? #17312
Unanswered
ivanjaros
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a good way for a component to toggle css class or prop with hover? I am doing it manually right now with mouseover and mouseout events where i toggle local variable, but I would like to use a quasar-way of doing it, if there is any. Also this approach does not work in loops since the variable is global for the parent component.
Beta Was this translation helpful? Give feedback.
All reactions