使用此组件向现有术语表条目添加额外信息。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`.