I\'m trying to integrate Vuetify to my existing Vue project, but the colors are not showing up correctly. I\'m following the guide at https://vuetifyjs.com/en/getting-starte
I found the problem. I had to wrap Vuetify components inside v-app tag.
Success
Error
Warning
Info
Vuetify documentation says:
In order for your application to work properly, you must wrap it in a v-app component. This component is used for dynamically managing your content area and is the mounting point for many components.