Juho Rutila

Results 52 comments of Juho Rutila

I forked this from v1.1.1 as I am still using Vue 2. Change the target branch as you see fit.

I think in some cases it depends on what page and slot the image is in. So maybe it should be also 'certain placeholder in certain template' -wide. So one...

Hello, I am using Nuxt and Cypress to do component testing. I had to do some boilerplate manual work to get it working. Here's my `cypress/support/component.ts` if it is any...

There is the workaround of throwing any error after the `await navigateTo` to cause the setup from not continuing. This workaround only works when you have `ssr: false`. With ssr...

> If you don't actually need the plugin for the test I would assume you could add an early return in your `defineNuxtPlugin` based on the environment. This is a...

Hi! I think I have this almost same issue when trying to use vue-i18n with Nuxt and SSR generate. I have nuxt/i18n with version 8.0.0-rc.4. As soon as I update...

Regarding my above comment, this was a bug in `@nuxtjs/i18n` package. And it is now fixed in the next-channel. Bug: https://github.com/nuxt-modules/i18n/issues/2390 And fix: https://github.com/nuxt-modules/i18n/pull/2387 And for this bug, is it...

Thanks for the hints for Nuxt. I will look into them. On the other hand, including the mocked variables in the global doesn't really break anything, and if there are...