From 418c9a220e64db7f8754d1791afb33e29294aae9 Mon Sep 17 00:00:00 2001 From: Adrien Foulon <6115458+Tofandel@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:56:59 +0200 Subject: [PATCH] Update code to match component --- docs/examples.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/examples.md b/docs/examples.md index 2031d504..c27e2c8c 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -185,20 +185,6 @@ export default defineComponent({ itemsToShow: 1, snapAlign: 'center', }, - // breakpoints are mobile first - // any settings not specified will fallback to the carousel settings - breakpoints: { - // 700px and up - 700: { - itemsToShow: 3.5, - snapAlign: 'center', - }, - // 1024 and up - 1024: { - itemsToShow: 5, - snapAlign: 'start', - }, - }, }), })