diff --git a/docs/api/methods.md b/docs/api/methods.md index ebf0e799..1d76967d 100644 --- a/docs/api/methods.md +++ b/docs/api/methods.md @@ -50,15 +50,15 @@ Update all the slide related date includes: - `maxSlide` - `minSlide` -## initDefaultConfig() +## ~~initDefaultConfig()~~ -Init carousel default configurations +~~Init carousel default configurations~~ ## restartCarousel() Restart the carousel settings and data, internally it calls: -- `initDefaultConfig` +- ~~`initDefaultConfig`~~ - `resetAutoplay` - `updateBreakpointsConfig` - `updateSlidesData` diff --git a/playground/App.vue b/playground/App.vue index 41a4c4f4..36534885 100644 --- a/playground/App.vue +++ b/playground/App.vue @@ -1,3 +1,38 @@ + +