Movk Nuxt Docs
ComponentSlots
在您的 Markdown 文档中使用以下语法:
:component-slots{slug="你的组件名称"}
slug
route path's last segment
string
The slug of the component to fetch slots for.
ComponentProps
了解如何使用 `ComponentProps` 组件自动为您的 Vue 组件生成属性(Props)文档,清晰地展示其名称、类型、默认值和详细说明。
ComponentEmits
探索如何使用 `ComponentEmits` 组件自动为您的 Vue 组件生成事件(Emits)文档,清晰地呈现事件名称、参数和详细描述。
页面导航
社区