vue3-carousel
vue3-carousel copied to clipboard
When using router.push to go to a different route (where there is a carousel component) everything about the carousel is broken
Describe the bug Carousel is totally broken when using vue-router to navigate to a route that has vue-carousel used.
To Reproduce Steps to reproduce the behavior:
- Create 2 "pages"
- Navigate using vue-router from the first page to the second one
- The second page should have the vue-carousel component implemented
- Observe that the carousel is not working at all when changing routes
Expected behavior The carousel to work
This issue is similar to #134. Would also like to know !
Still does not work
So, it works only on first mount. But if you are navigating by switching the pages again, the second time the carousel is dead. Also, the carousel is dead if you use v-show on it.
I'm having the same behavior, when I navigate between pages, slider doesn't update properly (in nuxt3)
I have the same behavior as @deStrO (also nuxt3)
Can also confirm this bug / behavior (Nuxt3)
the issue is still there, any news about the fix maybe ?
Here is a working example with [email protected]