Static GitHub Issues

[1777] Plain html links <a> reloads the app

prev: Can't setup with Waypoints.js
next: Babel transform plugin not working within NuxtJS

Hi!

I created a blog platform. User creates documents inside wysiwyg editor (tinymce). Very often inside the article users adds links to other articles <a href="/some-other-article">Link</a>

The problem is that the <a> tags reloads the whole app :( How can I handle it the force <a> to behave like a <nuxt-link>?

Thanks for help in advance,

<!--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/c1597">#c1597</a>)</em></sub></div>