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
Only mouse events seem to work on router-link due to guardEvent
if (e.button !== 0) return
The button property is only available in MouseEvent I believe. Therefore, using CustomEvent is a no go. For example, using a tap event on mobile devices.