In ui-view in Angular, $state.params is used to obtain the state parameters of the current page. What is the syntax similar to $state.params in Vue?
If using vue-router的话,就是this.$route.params
vue-router
this.$route.params
If using
vue-router
的话,就是this.$route.params