Transition properties The pageTransition Property The layoutTransition Property Transition properties Set the default properties of the page and layout transitions. The pag...
State Management Best practices Examples Basic usage Advanced Shared state State Management Nuxt provides useState composable to create a reactive and SSR-friendly shared ...
Automatic Routes Navigation Automatic Routes Most websites will have more than one page (i.e. a home page, about page, contact page etc.). In order to show these pages, we nee...
Nuxt.js lets you define a validator method inside your dynamic route component. Type: Function or Async Function validate is called every time before navigating to a new...
Style Extensions Nuxt.js lets you define the CSS files/modules/libraries you want to set globally (included in every page). In case you want to use sass make sure that you h...
useFetch Type Params Return values Example useFetch This composable provides a convenient wrapper around useAsyncData and $fetch . It automatically generates a key based ...