From 8c3851859a9e2a30c0d083bf5aa86a939d56db3a Mon Sep 17 00:00:00 2001 From: strawbreey <34122509+strawbreey@users.noreply.github.com> Date: Tue, 17 May 2022 10:13:12 +0800 Subject: [PATCH] docs(module: mention): fix API docs button to bottom (#7437) --- components/mention/doc/index.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mention/doc/index.zh-CN.md b/components/mention/doc/index.zh-CN.md index 6b9b4c5ed9..5f7cd3c779 100644 --- a/components/mention/doc/index.zh-CN.md +++ b/components/mention/doc/index.zh-CN.md @@ -36,7 +36,7 @@ import { NzMentionModule } from 'ng-zorro-antd/mention'; | `[nzMentionSuggestion]` | 自定义建议渲染模板 | `TemplateRef` | - | | `[nzLoading]` | 加载中 | `boolean` | `false` | | `[nzNotFoundContent]` | 未找到时的内容 | `string` | `'无匹配结果,轻敲空格完成输入'` | -| `[nzPlacement]` | 建议框位置 | `'button' \| 'top'` | `'bottom'` | +| `[nzPlacement]` | 建议框位置 | `'bottom' \| 'top'` | `'bottom'` | | `[nzPrefix]` | 触发弹出下拉框的字符 | `string \| string[]` | `'@'` | | `[nzSuggestions]` | 建议内容 | `any[]` | `[]` | | `[nzValueWith]` | 建议选项的取值方法 | `(any) => string \| (value: string) => string` |