To me from Google (at authorization) comes the querystring. However, Vue-router makes a redirect to the language zone without it. How to make a redirect with saving querystring?

    1 answer 1

    First you need to save the query :

     const { query } = this.$route this.$router.push({ path: '/path/to/redirect', query })