xinlei3166 / vitepress-demo

使用 Vitepress 搭建组件库文档站点。
https://xinlei3166.github.io/vitepress-demo/
122 stars 113 forks source link

defineClientComponent 注册的组件,slot 都会丢失 #6

Open ishowman opened 1 year ago

ishowman commented 1 year ago

由于部分代码用到了浏览器 api,按照 vitepress 文档将组件使用 defineClientComponent 处理,结果在 md 文档中,组件的 props 正常,但 slot 全部丢失。 具体的更改代码可以参考我提的 pr,我实在没头绪了不知道要怎么解决了。 @xinlei3166 尝试过搜索如何禁用 vitepress 的 ssr 模式无果,能搜到的 defineClientComponent 相关信息也很少

jinhuan138 commented 1 year ago

由于部分代码用到了浏览器 api,按照 vitepress 文档将组件使用 defineClientComponent 处理,结果在 md 文档中,组件的 props 正常,但 slot 全部丢失。 具体的更改代码可以参考我提的 pr,我实在没头绪了不知道要怎么解决了。 @xinlei3166 尝试过搜索如何禁用 vitepress 的 ssr 模式无果,能搜到的 defineClientComponent 相关信息也很少

seefeat: allow passing props and children/slots to `defineClientComponent