- [ ] 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? 解决了每一条form 都要写一条错误信息的问题 ### What does the proposed API look like? 类似于React版本: ``` html <a-config-provider form="validateMessages"> <App/> </a-config-provider> ``` <!-- generated by issue-helper. DO NOT REMOVE -->