Answers for "vue on click router push not working"

0

vue on click router push not working

Please try it like this:

this.$router.push({ path: '/' });
this.$router.push({ name: 'Home' });
Posted by: Guest on August-05-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language