Wang Zhuo

Results 40 comments of Wang Zhuo

```diff + import type { NavItem } from '@nuxt/content/dist/runtime/types' const nav = inject('navigation') const navigation = computed(() => nav.value.filter(item => !item._path.startsWith('/pro'))) ``` this component BranchSelect.vue ```vue {{ branch.label }} {{...

> For me the question is if I should setup a _"How to setup a multi docs structure with NuxtUIProDocs"_? Think this could be useful for others in the future....

表格直接渲染成字符串了大概 @yife68

这应该跟使用的渲染器有关

> 首先,谢谢你的建议!该功能将纳入计划性规划处理。 > > @everfu 该功能是否使用“插件化”来进行处理?内置到主题好像使用的用户并不多? doable

I've added my implementation, what do your think?