0👍
Solved in Login.Vue by using the following code:
if (!Validator.isNullUndefinedEmpty((<any>this).$router.urlQrCode)) {
this.$router.push((<any>this).$router.urlQrCode);
}
- [Vuejs]-Async/await syntax sometimes seemed not working
- [Vuejs]-In vue router, If it is possible to use dynamic routering using HTML5 history mode?
Source:stackexchange.com