Answers for "vuetify carousel theme-dark color"

0

vuetify carousel theme-dark color

<v-carousel
   :dark="$vuetify.theme.dark"
   :light="!$vuetify.theme.dark">
...
</v-carousel>
Posted by: Guest on May-25-2021

Browse Popular Code Answers by Language