This is BETA documentation for Vuetify 3, examples and information may be broken or outdated.
Components not listed in the sidebar are not available yet.
Vuetify 2 documentation can be found on vuetifyjs.com
Components not listed in the sidebar are not available yet.
Vuetify 2 documentation can be found on vuetifyjs.com
# Defaults providers
The defaults provider allows you to provide specific default prop values to components in a section of your application
# API
# Examples
# Defaults
The v-defaults-provider
expects a prop defaults which looks the same as the defaults object that you can pass to createVuetify
when creating your application.