0π
β
To navigate to the parent route:
this.$router.push(this.$route.matched[1].parent.path)
This just works in my case.
Source:stackexchange.com
0π
To navigate to the parent route:
this.$router.push(this.$route.matched[1].parent.path)
This just works in my case.