-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support for Vue 3? #65
Comments
It is related to Vue 3, no relevant clues how to resolve this for now. Other libraries are facing the same problem |
Hey, I'm receiving the same error is there a workaround for it. |
Not for now, I will try to update the codebase to Vue3 this weekend |
Hi there. Just checking if there is any plan to migrate this in the end? I'd love to use this, but can't get it to work with Vue3. |
Also hoping there will be support for Vue3 soon, id hate to have to find an alternative option after using this for so long |
excellent project, hope you update it to vue 3 |
For the meantime if y'all wanna use it in Vue 3, you can check the implementation here https://codesandbox.io/s/v-swatch-vue3-2cj2w It uses https://github.com/privatenumber/vue-2-3 |
@wobsoriano Thanks for this. Your example only partially works as far as I can tell...I am not seeing the selected color logged anywhere in the console. EDIT: Seems like this is a problem with Codepen? The example works fine locally. Thanks again. |
great project, but hope vue 3 !!thanks!! |
Published a Vue 3 copy of this for the meantime https://github.com/wobsoriano/vue3-swatches |
|
@wobsoriano Awesome. Is this a drop in replacement? I'd love to get the vue-2-3 package out of my dependencies. |
Yup! |
I have been using the vue 3 fork but am attempting the same trigger for calling a custom method but it is not being called I was wondering if you had any insight based on the original implementation which was working for me in vue2 here is new component (LINE 15) https://gitlab.adamprocter.co.uk/nn/nodenoggin-vue3/-/blob/main/src/components/MyNodes.vue and here is old component using vue 2 swatches (LINE 134) https://gitlab.adamprocter.co.uk/nn/nodenoggin/-/blob/main/app/src/components/NodesLayer.vue |
cant see why this doesnt work for vue3
and the method
|
thank you have posted my code on the other repo issues for completeness |
@adamprocter one of the reasons is because the v-model have some breaking changes. While on Vue 2, you could change your default event, in Vue 3 you cannot. |
Hi!!
I'm having those warnings and error after basic instalation:
Is it related to the fact its Vue 3 or if not... How can I resolve this issue?
Thanks!!
Dan
The text was updated successfully, but these errors were encountered: