I\'m not able to use
this.$route.params route.params router.params
how do I get the params of $route in my actions?
in your actions.js or store.js
import router from 'path/to/router' console.log(router.currentRoute.params)