Hi all. Im new to Quasar and to Vue. How can i make that By changing carousel-slide, also changed something else ? #9178
Answered
by
metalsadman
Dozez13
asked this question in
General - Components / Directives / etc
-
Let's say that I have carousel and after this element comes the table
how can i get some data from carousel |
Beta Was this translation helpful? Give feedback.
Answered by
metalsadman
May 6, 2021
Replies: 1 comment
-
use one of the events in the api https://quasar.dev/vue-components/carousel#qcarousel-api. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Dozez13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use one of the events in the api https://quasar.dev/vue-components/carousel#qcarousel-api.
ie. using @input
q-carousel @input="doSomething" ...
.