vuetify carousel theme-dark color code example
Example: vuetify carousel theme-dark color
<v-carousel
:dark="$vuetify.theme.dark"
:light="!$vuetify.theme.dark">
...
</v-carousel>
<v-carousel
:dark="$vuetify.theme.dark"
:light="!$vuetify.theme.dark">
...
</v-carousel>