Vue roteador empurrar
//Syntax - this.$router.push(path);
this.$router.push("/path");
iamhanumanth
//Syntax - this.$router.push(path);
this.$router.push("/path");
vue add router # Vue CLI
<router-link to="/home">Home</router-link>
this.$router.options.routes
<router-link to="/">Click Me</router-link>