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

a-tab-pane绑定事件无效 #1155

Closed
1 task done
shine977 opened this issue Sep 4, 2019 · 3 comments
Closed
1 task done

a-tab-pane绑定事件无效 #1155

shine977 opened this issue Sep 4, 2019 · 3 comments

Comments

@shine977
Copy link

shine977 commented Sep 4, 2019

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.3.16

Environment

最新macos,chrome,vue 2.6.10

Reproduction link

Edit on CodeSandbox

Steps to reproduce

<a-tabs>
<a-tab-pane
v-for="item of panes"
:key="item.key"
:tab="item.title"
@mousedown.native="onMousedown"
></a-tab-pane>
</a-tabs>

What is expected?

绑定的事件生效

What is actually happening?

无效

@wangxueliang
Copy link
Member

@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions
Copy link

github-actions bot commented Feb 1, 2022

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants