Skip to content

Commit a151b90

Browse files
committed
fix: Warning when using QGalleryCarousel quasarframework#963
1 parent 3ec0774 commit a151b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/gallery/QGalleryCarousel.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
:autoplay="autoplay"
1212
:handle-arrow-keys="handleArrowKeys"
1313
:easing="easing"
14-
:swipeEasing="swipeEasing"
15-
:noSwipe="noSwipe"
14+
:swipe-easing="swipeEasing"
15+
:no-swipe="noSwipe"
1616
class="text-white bg-black q-gallery-carousel"
1717
>
1818
<div

0 commit comments

Comments
 (0)