Is it possible to open a Vue component in new tab by vue router without page reload.
Normal Way :
<a href="http://example.com" target="_blank">HtmlExample </a>
Vue Router
<router-link to="/example" target="_blank">Vue Router Example </a>
It's works properly but i need it without page reload.