Skip to content

customRow 中 onClickSelf 没有触发 #3207

@bowencool

Description

@bowencool
  • 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?

不会触发

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions