In vuejs callback URL I've some parameter value and I need to read this param value. For example the return url is: http://localhost:8080/#/sucesspage?encryteddata=abdeshfkkilkalidfel&9a
I have tried this.$route.query.encryteddata
but I'm got null value.
Is there any way to get the param value in vuejs?