- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 3.2.20 ### Environment window10,chrome浏览器版本 138.0.7204.101,vue:3.2.21 ### Reproduction link [https://3x.antdv.com/components/table-cn](https://3x.antdv.com/components/table-cn) ### Steps to reproduce <a-table> <template #headerCell="{ title, column }"> {{title}} </template> </a-table> 只要存在headerCell插槽,拖拽列的宽度就会报错 ### What is expected? 在table中使用headerCell插槽时可以正常拖拽列的宽度 ### What is actually happening? 在table中使用headerCell插槽时无法正常拖拽列的宽度 <!-- generated by issue-helper. DO NOT REMOVE -->