nuxt / bridge

🌉 Experience Nuxt 3 features on existing Nuxt 2 projects
MIT License
268 stars 28 forks source link

nuxt-bridge vuetify #424

Open stephenjason89 opened 1 year ago

stephenjason89 commented 1 year ago

Environment


Reproduction

https://github.com/stephenjason89/nuxt-bridge

Describe the bug

Vuetify doesn't seem to be rendered correctly during SSR

Try refreshing the page and you'll see that vuetify is not being rendered on SSR before hydration

Additional context

No response

Logs

No response

stephenjason89 commented 1 year ago

This is definitely an issue linked with the nitro server

This doesn't happen on the legacy server. (setting nitro to false)

    bridge: {
        nitro: false,
    },