Composables
Vuxtify automatically imports Vuetify composables into your project. This means you can use them in your components without having to import them yourself.
All auto-imported composables are prefixed with a
V
to avoid naming conflicts with other modules. For example useTheme
becomes useVTheme
.