docs: delete duplicated property (#32196)

Removing duplicated property of `Editable` to make the Chinese version same as the English version.
This commit is contained in:
Antee 2021-09-16 17:00:47 +08:00 committed by GitHub
parent dd46fbbf42
commit 61c21a07f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,6 @@ cover: https://gw.alipayobjects.com/zos/alicdn/GOM1KQ24O/Typography.svg
| onChange | 文本域编辑时触发 | function(event) | - | |
| onEnd | 按 ENTER 结束编辑状态时触发 | function | - | 4.14.0 |
| onStart | 进入编辑中状态时触发 | function | - | |
| onCancel | 按 ESC 退出编辑状态时触发 | function | - | |
### ellipsis