I needed that functionality as well and ended up using this 3rd party component https://ssense.github.io/vue-carousel/. I wish that <q-carousel /> supported this out of the box though.
Best posts made by numerouno
-
RE: Carousel with more visible slides at once
Latest posts made by numerouno
-
RE: In app purchase for iOS and Android Example?
@dobbel Thank you. I will look into these links.
-
In app purchase for iOS and Android Example?
Is there any tutorial or documentation on how to setup in app purchases using the quasar framework? Is that even possible with hybrid apps?
-
RE: Lock orientation to portrait with Capacitor/Cordova
Thank you! This worked for me.
-
RE: Carousel with more visible slides at once
I needed that functionality as well and ended up using this 3rd party component https://ssense.github.io/vue-carousel/. I wish that <q-carousel /> supported this out of the box though.
-
Lazy loading i18n translations
I am looking for a simple example of lazy loading my i18n translation files. I can’t figure out if I need to make any changes to quasar.conf.js so that the individual language files get versioned and spitted out during build. This example is not helping me http://kazupon.github.io/vue-i18n/guide/lazy-loading.html My setup is a typical quasar project I have a boot file i18n.js and a i18n folder with individual {lang}.js files. Any pointer is appreciated. TIA.