Thanks Razvan Stoenescu, The solution to the problem is to use @mouseover.native
see: https://vuejs.org/v2/guide/migration.html#Listening-for-Native-Events-on-Components-with-v-on-changed
M
Best posts made by mmakrzem
-
RE: Mouseover does not work on q-btn
Latest posts made by mmakrzem
-
RE: Mouseover does not work on q-btn
Thanks Razvan Stoenescu, The solution to the problem is to use @mouseover.native
see: https://vuejs.org/v2/guide/migration.html#Listening-for-Native-Events-on-Components-with-v-on-changed -
RE: Mouseover does not work on q-btn
Does anyone have suggestions on how to get mouseover and mouseout working on q-btn objects? Those events do not get fired at all. I don’t want to include jQuery just to solve this problem.