Home

Issue: 873

Support for nuxt-link on SVG DOM nodes

[issue link]

Hi there!
Thanks for creating such a great tool, I’m really digging working with Nuxt. I’ve noticed that nuxt-links don’t have proper markup for SVG DOM nodes, causing them to fail. I’d love to have SVG capabilities, there are a lot of great things we could make for navigation with this.

What I’d need is the ability for the a tag to output this instead of href:
<a xlink:href="https://google.com" target="_blank">

Here’s an example of what I mean:
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/a

Thanks!

This question is available on Nuxt.js community (#c745)