From 6a5c1005d32c208222caa4aeee5073544ee0e789 Mon Sep 17 00:00:00 2001 From: Vadim Date: Tue, 10 Aug 2021 22:14:45 +0300 Subject: [PATCH] Update goTo docs --- README.md | 2 +- src/docs/Carousel.svx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce55f02..bcb8a91 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Slot props: ## Methods ### `goTo` -Navigates to a page by index. `(options) => Promise`. +Navigates to a page by index. `(pageIndex, options) => Promise`. Arguments: diff --git a/src/docs/Carousel.svx b/src/docs/Carousel.svx index 15c65ec..de863c8 100644 --- a/src/docs/Carousel.svx +++ b/src/docs/Carousel.svx @@ -380,7 +380,7 @@ Slot props: # Methods ## `goTo` -Navigates to a page by index. `(options) => Promise`. +Navigates to a page by index. `(pageIndex, options) => Promise`. Arguments: