Je veux obtenir le lien de la page précédente ou l'URL dans vue-router
. Comme ça. Comment faire?
const link = this.$router.getPrevLink(); // function is not exist?
this.$router.push(link);
Le concept proche est this.$router.go(-1)
.
this.$router.go(-1);