[Vuejs]-Why are colors not visible in the vuetify buttons?

0👍

Got it
i just had to change my App.vue file.
in App.vue I included the code in between v-app tags. After this all the colors were restored. Read about it here in this vuetify page https://vuetifyjs.com/en/components/application/

Leave a comment