luca-smartpricing

Results 7 comments of luca-smartpricing

The fix was: ```js export default defineNuxtConfig({ experimental: { inlineSSRStyles: false } }) ``` I think this fix (https://github.com/nuxt/nuxt/pull/21573) break the tailwind plugin

Is there any downgrade adding the `` around ``? It affects the whole site and I don't want any surprises

It was fixed in Vue 3.4.20 [#10098](https://github.com/vuejs/core/issues/10098#issue-2079176480)

> I solved it using the solution provided in the comment below. > > [nuxt/icon#77 (comment)](https://github.com/nuxt/icon/issues/77#issuecomment-2292018569) > > Another possible solution may be by using Storybook decorators but I haven't...

I agree with you, but currently if you set `'sv-se': undefined` it doesn't work and automatically i18n create an alternate like `/sv-se/current-path`. The lang switcher should behave exactly like when...

I don't think that's good practice. If the translation doesn't exist, it doesn't exist. You can make the lang switcher display as something like this: Also because if you receive...