Skip to content

custom attr and event not work #53

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

Closed
falstack opened this issue Jun 4, 2021 · 6 comments
Closed

custom attr and event not work #53

falstack opened this issue Jun 4, 2021 · 6 comments

Comments

@falstack
Copy link
Contributor

falstack commented Jun 4, 2021

<draggable
  :style="computedStyleObject"
  @click="handleClickEvent"
>
  ...
</draggable>

style attribute and click event not work, but vue2 version can work, it can be resolve😭?

@falstack
Copy link
Contributor Author

falstack commented Jun 7, 2021

@David-Desmaisons

#55

@David-Desmaisons
Copy link
Member

David-Desmaisons commented Jun 10, 2021

Did you try @click.native="handleClickEvent" ?

@falstack
Copy link
Contributor Author

@David-Desmaisons vue3 not supportnative

@falstack
Copy link
Contributor Author

falstack commented Jun 24, 2021

@David-Desmaisons plz add this line:PRVue3

@David-Desmaisons
Copy link
Member

@falstack I will review and merge this week-end.

David-Desmaisons added a commit that referenced this issue Aug 22, 2021
@David-Desmaisons
Copy link
Member

@falstack Corrected in version 4.1.0

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

2 participants