docs: Update 's document.

This commit is contained in:
转二 2017-09-25 23:42:31 +08:00
parent 42fc8bc2a5
commit 60feaebd54
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ When need to mention someone or something.
| onBlur | Callback function called when mention component blur | function(e) | null |
| readOnly | Tell if the input is readonly. | boolean | false |
| disabled | Tell if the input is disabled. | boolean | false |
| placement | The position of the suggestion relative to the target, which can be one of `top` and `bottom` | string | 'bottom'. |
### Mention methods

View File

@ -50,6 +50,7 @@ title: Mention
| onBlur | 失去焦点时回调 | function(e) | null |
| readOnly | 是否只读. | boolean | false |
| disabled | 是否禁用状态. | boolean | false |
| placement | 建议框位置,可选 `top` `bottom` | string | 'bottom' |
### Mention methods