Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 439 Bytes

nuxt-hydration

⚠️ This module is still under development ⚠️

Feature

  • Make sure you are aware when there's a hydration issue
    • hint which components mismatched
    • show the SSR rendered HTML hydration-UI

Installation

  • run yarn|pnpm|npm install -D nuxt-hydration
  • add it to your nuxt.config
export default defineNuxtConfig({
  modules: ['nuxt-hydration']
})
  • that's it !