-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
table checkbox选择,不兼容vue3.4.13版本 #7300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
update 4.1.1 |
已升级,无效~ |
@selicens @tangjinzhou 两位老是看一下 |
vue版本回退到vue3.3.13表现正常,升级vue3.4.x问题复现 |
我复现一下 |
@caser993 什么场景下点击无效,目前官网demo是vue3.4.x和antdv4.1.1,没有选择框点击报错的情况 |
Hello @caser993. Please provide a online reproduction by forking this link for vue2、 link for vue3 or a minimal GitHub repository. Make sure to choose the correct version. 你好 @caser993, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 此处 for vue2、 此处 for vue3 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。请确保选择准确的版本。 |
https://antdv.com/components/table-cn#components-table-demo-resizable-column[可伸缩列] |
你提供的复现例子是官网Table例子中的嵌套子表格例子,经测试,没有你截图中报的错误 |
@wsxe9988 ok |
@cc-hearts 我看到你之前要提的pr关闭了,目前table resizable-column的demo拖拽会报错,和你想修复的有关联,你再提一个pr吧 |
之前纠结类型耽搁了, 相关pr在这: |
当[email protected]和[email protected]时拖动table 也会报同样的错误,isCE...。 将vue降级为[email protected]行为正常 |
update to 4.1.2 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
4.1.1
Environment
macOS 14.2.1,window11,chrome120.0.6099.234,vue3.4.13
Reproduction link
https://www.antdv.com/components/table-cn#components-table-demo-nested-table
Steps to reproduce
checkbox选择报错不可选中,报错信息:Uncaught (in promise) TypeError: Cannot read properties of null (reading 'isCE') at renderSlot (runtime-core.esm-bundler.js:2952:32)

What is expected?
check可选择并返回正常值
What is actually happening?
问题同#7260,但是升级后并未解决checkbox情况
The text was updated successfully, but these errors were encountered: