bowencool/create-vitepress-demo

抱歉给大佬留个言,有没有这样的组件demo呢。

Closed this issue · 4 comments

vitepress也不支持插件,官方文档更是惜字如金。

抱歉给大佬留个言,有没有这样的组件demo呢。
image

就是在custom block的基础上,能实现切换内容的。

你说的是不是这个,你可以试一下

我刚刚又找到了一个帖子,原来是叫code group的,不过好像是还没合并到vitepress里。
vuejs/vitepress#1242
我去学习一下。

Demo: https://cz-git.qbb.sh/guide/#step-1-install-dependencies
Source code: https://github.com/Zhengqbbb/cz-git/tree/main/docs/.vitepress/theme/components

你可以看看,我借鉴了vuepress-next,vitepress 提倡 最小化,除非在md插件中有所突破,否则不会在短期内使用vue组件轻易支持

太帅了,就是这个,赶紧学习一下 多谢🙏 @Zhengqbbb