fgr-araujo / vue-shortkey

Vue-ShortKey - The ultimate shortcut plugin to improve the UX
MIT License
889 stars 101 forks source link

how to use on Router-Link? #129

Closed rafaeljara-dev closed 3 years ago

rafaeljara-dev commented 3 years ago

The plugin works great with BUTTON but i dont now how to make work with the ROUTER-LINK

Example:

111

222

fgr-araujo commented 3 years ago

Router link is a abstract component that render another one. Try to use @shortkey.native="downloadPdf()" or add the shortkey directive into the element.