跳转到内容
搜索文档

术语表定义

最后更新 查看 MarkdownAgent 设置

The GlossaryDefinition component is used 36 times on 30 pages.

See all examples of pages that use GlossaryDefinition

Used 36 times.

Pages

Partials

使用此组件向现有术语表条目添加额外信息。term 定义您要将信息前置到哪个术语表条目,而 prepend= 则用于添加该额外信息。

组件

import { GlossaryDefinition } from "~/components"

<GlossaryDefinition term="example" prepend="The definition for example is: " />

术语表

productName: Style Guide
entries:
  - term: example
    general_definition: |-
      Hello, world! You can use **Markdown** features inside of your `tooltips`.

这篇文档对您有帮助吗?