[Vuejs]-Cannot access Vue Router Current Parameter

0👍

If you’re looking for the current params, you can try this.$route.params like described here: https://router.vuejs.org/guide/essentials/dynamic-matching.html

Leave a comment