search

Home  >  Q&A  >  body text

javascript - vue router-link how to load the page multiple times

How to use router-link to reload the page with multiple clicks without refreshing the page like <a>

欧阳克欧阳克2747 days ago945

reply all(1)I'll reply

  • phpcn_u1582

    phpcn_u15822017-06-12 09:28:04

    Add @click.native listening event function and manually call this.$router.push(url) in the function

    reply
    0
  • Cancelreply