Skip to content
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

Table的tr双击事件不起作用 #369

Open
desirelong opened this issue Jun 21, 2022 · 0 comments
Open

Table的tr双击事件不起作用 #369

desirelong opened this issue Jun 21, 2022 · 0 comments

Comments

@desirelong
Copy link

Table的tr双击事件不起作用
@trDblClick无法监听tr鼠标双击事件

补充信息
src/components/table/tabletr.js

//第6行
emits: ['toggleTree', 'trClick', 'trDblClick']
//第59行
this.$emit('trDblclick', this.datas, this.index, event);

两处‘trDblclick’大小写不一致,不知道是不是这里的原因

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant