DocsAPIComposables
Access the reactive app config defined in the project.
const appConfig = useAppConfig()console.log(appConfig)
<Teleport>
The <Teleport> component teleports a component to a different location in the DOM.
useAsyncData
useAsyncData provides access to data that resolves asynchronously in a SSR-friendly composable.
Community
Ecosystem