[Vuejs]-Trigger focus and blur on router-link on mouse interaction (Vue)

0👍

Really dumb issue, but I simply had to add @mouseenter.native and @mouseleave.native in order to trigger the methods as router-link is obviously a component.

Leave a comment