Directive for binding every link to catch the click event, and if it's a relative link router will push.
npm install nuxt-interpolation> Nuxt.js module as directive for binding every link to catch the click event, and if it's a relative link router will push. For improved security rel="noopener" will be added automatically if target is _blank
- Add ``nuxt-interpolation` as dependency`
- Add nuxt-interpolation` to modules section of `nuxt.config.js`
`javascript`
{
modules: [
['nuxt-interpolation']
]
}
`html``