Skip to content

渲染器中未指定客户端入口点。

无客户端入口点:COMPONENT_NAME 组件具有 client:CLIENT_DIRECTIVE 指令,但 RENDERER_NAME 未提供客户端入口点。

¥NoClientEntrypoint: COMPONENT_NAME component has a client:CLIENT_DIRECTIVE directive, but no client entrypoint was provided by RENDERER_NAME.

¥What went wrong?

Astro 尝试在客户端上水合组件,但使用的渲染器不提供用于水合的客户端入口点。

¥Astro tried to hydrate a component on the client, but the renderer used does not provide a client entrypoint to use to hydrate.

也可以看看:

¥See Also:

Astro 中文网 - 粤ICP备13048890号