Skip to content

Commit

Permalink
docs(module: mention): fix API docs button to bottom (#7437)
Browse files Browse the repository at this point in the history
  • Loading branch information
strawbreey committed May 17, 2022
1 parent ed8188a commit 8c38518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mention/doc/index.zh-CN.md
Expand Up @@ -36,7 +36,7 @@ import { NzMentionModule } from 'ng-zorro-antd/mention';
| `[nzMentionSuggestion]` | 自定义建议渲染模板 | `TemplateRef<any>` | - |
| `[nzLoading]` | 加载中 | `boolean` | `false` |
| `[nzNotFoundContent]` | 未找到时的内容 | `string` | `'无匹配结果,轻敲空格完成输入'` |
| `[nzPlacement]` | 建议框位置 | `'button' \| 'top'` | `'bottom'` |
| `[nzPlacement]` | 建议框位置 | `'bottom' \| 'top'` | `'bottom'` |
| `[nzPrefix]` | 触发弹出下拉框的字符 | `string \| string[]` | `'@'` |
| `[nzSuggestions]` | 建议内容 | `any[]` | `[]` |
| `[nzValueWith]` | 建议选项的取值方法 | `(any) => string \| (value: string) => string` |
Expand Down

0 comments on commit 8c38518

Please sign in to comment.