docs(Field): remove event inheirt

This commit is contained in:
chenjiahan 2020-08-17 20:16:31 +08:00
parent 3c3e72cf79
commit 47cb515979

View File

@ -280,8 +280,6 @@ export default {
### Events
除下列事件外Field 默认支持 Input 标签所有的原生事件
| 事件 | 说明 | 回调参数 |
| -------------------- | -------------------- | ------------------------------ |
| input | 输入框内容变化时触发 | _value: string (当前输入的值)_ |