- Make sure you are aware when there's a hydration issue
- run
yarn|pnpm|npm install -D nuxt-hydration
- add it to your nuxt.config
export default defineNuxtConfig({
modules: ['nuxt-hydration']
})
- that's it !
Make sure you're aware that there's a hydration issue on nuxt 3
TypeScriptMIT
yarn|pnpm|npm install -D nuxt-hydration
export default defineNuxtConfig({
modules: ['nuxt-hydration']
})