# Global configuration

Vuetify.config is an object containing global configuration options for modifying bootstrapping options.

# silent

This option suppresses all Vuetify logs and warnings.

  • Type: boolean
  • Default: false
// src/plugins/vuetify.js

import Vuetify from 'vuetify/lib'

Vuetify.config.silent = true

Ready for more?

Continue your learning with related content selected by the Team or move between pages by using the navigation links below.
Edit this page on GitHub
Last updated:06/30/2020, 8:03:48 PM