-
Notifications
You must be signed in to change notification settings - Fork 368
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
Is there a version that can be used in vue3? #313
Comments
You can use this inside a Vue 3 app via https://github.com/privatenumber/vue-2-3 Here's a working example https://codesandbox.io/s/vue3-infinite-loading-63rqj https://github.com/wobsoriano/vue3-infinite-loading |
I've also made a PR with support for Vue 3: #312 I'm not sure if @PeachScript is still maintaining this repo though. |
thanks @nVitius |
Awesome! |
Thanks for the greate work from @nVitius , there has an pre-alpha version It would be better if you could test it with your projects and feedback :D |
slots not working |
For me, they are working greatly in Vue 3. What's your issue? |
Thanks, its working, my bad i was using |
Version for Vue3 ( https://github.com/ts-pro/vue-eternal-loading ) can be used with TS / JS / Browser. Native visibility detection based on Intersection Observer. |
Here's another one if you don't want to install any https://gist.github.com/wobsoriano/41a01290a9967c7f39077fe5c4a70436 |
@gavrashenko Almost seamlessly replaced "vue-infinite-loading" with your library. Works perfectly! Way to go! |
Hello, any news ? the vue 3 version is still in alpha ? And btw using
it seems it assumes a node will be present in the slot i fixed it by doing : |
I am getting this error on alpha version
|
When are you planning to make official release for support with Vue.js 3? |
@bhanu2217 it does work for vue3, i have an app in production that uses it, however still in alpha |
Hi Guys! it is working fine only with one component. but in my case, I need to implement 3 components and my error was if any one component doesn't have any data to load then the remaining other components also not working. it is stopped on the initial loaded data. Anyone facing the same issue ? @PeachScript @lk77 did your vue 3 app have this kindly of multiple infinite loading component on same page ? |
@santhanakrishnanstark no i only have one, so i don't know in your case |
@lk77 , thanks for the reply. @PeachScript , can you help me with my question, whether this alpha version for vue3 is support with multiple infinite-loading component on same page ? |
@PeachScript Wanted to add in another support looking for Vue3 compatibility. Thank you in advance! |
+1 waiting for vue3 |
I am getting this error when using "vue-infinite-loading": "^3.0.0-alpha.0-0",
|
Hello, is there a version suitable for vue3, or use examples?
The text was updated successfully, but these errors were encountered: