Bobbie Goede
Bobbie Goede
Hmm the issue you are talking about should already be fixed by this PR nuxt/framework#516 but there haven't been any releases of the this module since June. @pi0 is there...
This PR would resolve my issue #200
Kept running into this so I tried to look into it. https://github.com/nuxt/framework/blob/33ebb01d7f0c25b5b89b767d9a0749084b0946c4/packages/kit/src/template.ts#L43 Changing this line to this `if (!existsSync(template.src) && !template.getContent) {` works as a workaround for the crash/breaking on...
Thanks for taking a look and reviewing the PR @yuchenshi, I have applied and committed your suggestions. I haven't had the chance to test all emulators locally yet as my...
Running into the need for this feature now too as we want to split our dev, staging and production firebase configs. The changes suggested by @krisanalfa do work, but yes...
I'm not sure if we can make SSR work using the `v-motion` directive with separate variant props (e.g. `:initial`, `:enter`), we can't retrieve the separate props during SSR as the...
This issue is likely fixed by https://github.com/vueuse/motion/pull/171 which is now included in the latest release v2.1.0, but without a reproduction I'm unable to confirm this, can someone check if this...
Resolved by #181
See https://github.com/nuxt-modules/i18n/issues/2749 for details on why this happens, we're working on it.
Since the module relies on the build step to generate configs and routes it may not be possible to extend/add locales at runtime.. (at least right now). Limiting/disabling configured locales...