christian-lorenz

Results 1 issues of christian-lorenz

So I've got the case that the global language changes depending on some api data: ```javascript async fetch() { const res = await this.$apollo.query({ query: eventSeriesBySlug, variables: { 'slug': this.$route.params.slug...