Answers for "vue router go to route"

10

vue router push

//Syntax - this.$router.push(path);
this.$router.push("/path");
Posted by: Guest on May-11-2020
0

vue go to particular route

<v-btn @click="$router.push({path: '/newpage'})">Next Page</v-btn>
Posted by: Guest on August-09-2021
-2

vue js get routes

this.$router.options.routes
Posted by: Guest on July-18-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language