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"
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"