It includes links to the Nuxt documentation, source code, and social media accounts.
<template> <NuxtWelcome /> </template>
<NuxtWelcome />
<NuxtErrorBoundary>
The <NuxtErrorBoundary> component handles client-side errors happening in its default slot.
<NuxtIsland>
Nuxt provides the <NuxtIsland> component to render a non-interactive component without any client JS.
Community