- [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. 看了一下组件源码,发现在[监听](https://github.com/vueComponent/ant-design-vue/blob/3a51216f514155c1465d7d118c5fe4da1a01395c/components/config-provider/index.tsx#L143) `props` 时,直接将新的 `props` 值与 `configProvider` 进行了一次合并,但这次新的 `props` 对象的值不只有传入的 `locale` 还有其他的属性,但这些属性的值都是 `undefined`,这样会导致合并时将 `configProvider` 一次是生成的 `getPrefixCls` 属性方法替换成 `undefined`,在之后的组件使用 `configProvider.getPrefixCls` 就会报错。 ### Version `vue: v3.1.1` `ant-design-vue: v2.2.0-bate.3` ### Reproduction link [github](https://github.com/jiangmaniu/antd-vue-bug-demo) [codesandbox](https://codesandbox.io/s/github/jiangmaniu/antd-vue-bug-demo/tree/main/?file=/src/App.vue) ### Steps to reproduce 1. 访问 `codesandbox` 链接 2. 在 demo 的页面中,直接点击切换语言时会报错 ### What is expected? 正常改变 `locale` ### What is actually happening? 组件内部报错 。 --- <!-- generated by issue-helper. DO NOT REMOVE -->