Published
- 1 min read
vue-router go back
The solution for this is noted below
vue-router go back
Solution
<v-btn @click="$router.go(-1)" class="bg-red">
<v-icon>mdi-arrow-left</v-icon>
<span class="text-capitalize ml-2">Go Back</span>
</v-btn>
Try other methods by searching on the site. That is if this doesn’t work