'q-gallery-carousel' component displays arrows by default
-
As title says,
q-gallery-carousel
component displays arrows by default even if I don’t specify it:<q-gallery-carousel infinite autoplay :src="gallery"></q-gallery-carousel>
In documentation (http://quasar-framework.org/components/image-gallery.html#Image-Gallery-Carousel), it clearly says: “When the real estate of the Page is an issue, use this Web Component which displays multiple images using a Carousel Component.”
In Carousel Component component, there is an
arrows
element.Is it a bug ?
-
Hi,
<q-gallery-carousel :arrows="false" ....
-
Thank you !