-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-rc.1
Environment
"vue": "^3.0.2", "ant-design-vue": "^2.0.0-rc.1",
chrome 86.0.4240.198
Reproduction link
https://2x.antdv.com/components/table-cn/
Steps to reproduce
export function customRow(record) {
return {
onClickSelf() {
...
},
};
}What is expected?
像onClick一样触发
What is actually happening?
不会触发