How can I fetch query parameters in Vue.js? Technology Community › Category: Vue.js › How can I fetch query parameters in Vue.js? 0 Vote Up Vote Down VietMX Staff asked 4 years ago You have access to a $route object from your components, that expose what we need. //from your component console.log(this.$route.query.test)