mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-15 04:38:00 +00:00
9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
import Vue from 'vue';
|
|
import Vuetify from 'vuetify/lib/framework';
|
|
|
|
Vue.use(Vuetify);
|
|
|
|
export default new Vuetify({
|
|
theme: { dark: false },
|
|
});
|