I want to make v-card transparent, but it doesn’t work right
I want that v-card be transparent, but what is inside it should not be transparent. How can I make it with CSS? card.vue <v-card class=”cardColor”> <v-card-text> TEXT </v-card-text> <v-card-actions> <v-btn…