How to redirect to another page in Vue.js?
Developers can use router.push({ name: "yourroutename"})
or router.push("yourroutename")
to redirect to another page or any particular route in VUE JS.
BY Best Interview Question ON 11 Mar 2020