Mastering Nuxt @masteringnuxt.com · Sep 6

If you want to run code on the client before Nuxt does any initialization, use the `onPreHydrate` composable. This lets you manipulate the DOM or add event listeners using only vanilla JavaScript:

1 likes 0 replies

?