-
Notifications
You must be signed in to change notification settings - Fork 46
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
Vue3 support? #54
Comments
Need some time to invastigate and adapt - PRs are more than welcome! |
@nanov I want to do this, If you haven't already started. |
@nanov Hi! I managed to migrate it to Vue 3, if u are interested I can share the source. Cheers |
Hi Chuski1212, |
@chuski1212 |
Any progress here? Thanks for all the hard work! |
I just discovered this and spend some time trying to get it to work with Vue 3.2.25 ( current as of this post ) with zero luck. Too many obscure things for me to port it with my limited experience with the internals of Vue. |
hey there, did the vue 3 update go through? |
Please share the source code. Thanks! |
Sorry for the really late reply, I will be more than happy to review and potentially merge PRs t |
@chuski1212 it would be great if you could share your source code changes. |
@chuski1212 please share your updates :) |
@chuski1212 @jarrodhroberson @mesqueeb @ausi |
Hi all! Four-something years later I needed this, and decided to port this to Vue 3 and publish it 🎉 See https://github.com/ahultgren/vue3-swipe-actions @nanov I would be happy to merge my port back to your project. I didn't make a fork though, because I rewrote the entire build setup using a more modern setup. I don't know if you want this. I'm aware of one issue in my port: text-selection (using shift) is extra buggy. I think it's related to that I couldn't figure out how to pass multiple modifiers to the touch directive using templates, so I made a hack. Another feature I would like to figure out is to bundle the styles with the component, so that consumers don't have to import them, and they can use modular/scoped styles. For now though, it works. |
Hi,
Are you planning to support Vue3 ?
Right now plugin seems to not work with vue3 :(
The text was updated successfully, but these errors were encountered: