vue <router-link> using :to code example
Example 1: vue router push
//Syntax - this.$router.push(path);
this.$router.push("/path");
Example 2: vue js get routes
this.$router.options.routes
//Syntax - this.$router.push(path);
this.$router.push("/path");
this.$router.options.routes