-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
📄 documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Describe the bug
A clear and concise description of what the bug is.
The documentation says the restartCarousel() method calls initDefaultConfig(), but when I view the source code, it does not.
To Reproduce
Steps to reproduce the behavior:
https://vue3-carousel.ismail9k.com/api/methods.html
vue3-carousel/src/components/Carousel/Carousel.ts
Lines 576 to 581 in 49d0f5e
| function restartCarousel(): void { | |
| updateBreakpointsConfig() | |
| updateSlidesData() | |
| updateSlideSize() | |
| resetAutoplay() | |
| } |
Metadata
Metadata
Assignees
Labels
📄 documentationImprovements or additions to documentationImprovements or additions to documentation