-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Compatibility with vue 2.6.x #18
Comments
It is compatible but I haven't got the time to adapt the README yet, I will do when I have time. You can use v-slot:combined="{ isPending, data }" directly on |
then the problem lays on my side. Good to know. |
I updated the examples with the new syntax :) |
Thank you. The example without "combined" is still not using the new v-slot, right? Sorry - I really have to little knowledge about it - I just try to understand how it is done and try to find out, if the vuedose.tips solution should be usable or if there is a error in what the author wrote. |
I can't get it to work with the new syntax either. |
As far as I get it I was not able to get v-promised to work with the new v-slot syntax. I already asked the author of vuedose if he can help to clarify things. Maybe his code example was just a "would look like" and not a "this actually work" |
This is due to this issue which is resolved in Vue 2.6.4. |
Could you please share a working example of using vue-promised with the 2.6.x syntax that works for you @Trif4 ? |
@posva - doesn't yet feel solved/closed. |
The syntax is working correctly, the readme is up to date, the demos are using the new syntax and I checked vuedose and the example is good too... |
thank you for verifying :) |
Hi there,
I tried to follow the tutorial of vue-dose to slots in new vue 2.6.x format.
I am very new to slots so likely I get things wrong - but can it be that vue-promised is not yet compatible with vue 2.6.x slots?
Link to the tutorial:
https://vuedose.tips/tips/4
The text was updated successfully, but these errors were encountered: