daliborgogic / 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.
https://www.npmjs.com/package/nuxt-interpolation
44 stars 2 forks source link

feat(external-link): adding target attribute #22

Open vettndr opened 3 years ago

vettndr commented 3 years ago

Checking an external link.

vettndr commented 3 years ago

Strict inequality added. In the external link check I added the empty target condition to skip the new code block if there is a target.

@daliborgogic