-1

I have the url http://localhost:8058/HTML/Int/Request.html?id=36 from which I need to get the value 36.when I used this console.log(this.$route.query.id), I'm getting below error:

"TypeError: Cannot read property 'query' of undefined"

Limna
  • 401
  • 10
  • 28

1 Answers1

0

Refer the below stack overflow link to fetch query parameters in Vue.js:

Click Here

Dhara Parmar
  • 296
  • 1
  • 8