Static GitHub Issues

[873] Support for nuxt-link on SVG DOM nodes

prev: Async in module.exports : "Cannot assign to read only property 'exports' of object '#<Object>'"
next: Error including a .png file as image src. alpha v 3/4

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!

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c745">#c745</a>)</em></sub></div>