drehimself/vue-components-example

Add focus.native when using a router-link, nuxt-link, or g-link

Opened this issue · 0 comments

Tabbing broke when I swapped out the anchor with a g-link/router-link. Needed to add @focus.native to @focus to get it working again.

Not so much an issue, just a heads up as it could bite someone in the future. Great component btw.