Skip to content
Snippets Groups Projects
vuetify.js 148 B
Newer Older
import Vue from 'vue';
import Vuetify from 'vuetify/lib/framework';

Vue.use(Vuetify);

export default new Vuetify({
  theme: { disable: true }
});