Vuxtify
Vuxtify
    • Setup
    • Options
    • Composables
    • Providers
    • Custom SASS variables
    • Basic Usage
    • Optimized For Performance

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.

Composable List

  • useVLayout
  • useVDefaults
  • useVDisplay
  • useVLocale
  • useVRtl
  • useVTheme
Getting StartedOptions
FeaturesProviders

Powered by Docus