Navigation Utils
navigateTo- Programmatically navigate users to pagesabortNavigation- Prevent navigation and throw errors in route middleware
Data Management Utils
refreshNuxtData- Refresh all or specific asyncData instancesreloadNuxtApp- Perform a hard reload of the app
Component Preloading Utils
prefetchComponents- Prefetch globally registered componentspreloadComponents- Preload globally registered componentspreloadRouteComponents- Preload components for a given route
Layout Utils
setPageLayout- Dynamically change the layout of a page
HTTP Utils
$fetch- Make HTTP requests with automatic SSR optimization