Home > Q&A > body text
How to use router-link to reload the page with multiple clicks without refreshing the page like <a>
<a>
phpcn_u15822017-06-12 09:28:04
Add @click.native listening event function and manually call this.$router.push(url) in the function