0👍
✅
Are you reading it from query params?
const t = this.$route.query.token
console.log("Token " + this.$route.query.token);
Source:stackexchange.com
0👍
Are you reading it from query params?
const t = this.$route.query.token
console.log("Token " + this.$route.query.token);