Plain html links <a> reloads the app
[issue link]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,