Missing slot content

Resolve errors related to missing slot content.

This error occurs when the initial content is not provided for a slot that is rendered on the server.

If you are using the CSR composables or components from @croct/plug-nuxt/csr, you need to provide an initial value for server-side rendering.

For full SSR support without providing initial values, use the auto-imported useContent composable or <Slot> component instead, which handle server-side fetching automatically.