- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? ```vue <a-typography-paragraph :editable="{ onSave() {} }" /> ``` 无法使用onSave方法,使用场景是实时修改操作,blur自动保存 ### What does the proposed API look like? ```vue <a-typography-paragraph :editable="{ onSave() {} }" ``` <!-- generated by issue-helper. DO NOT REMOVE -->