Change from iview to vuetify

This commit is contained in:
2019-01-21 20:58:25 +01:00
parent 54d8310464
commit ab14a88bdd
8 changed files with 71 additions and 128 deletions
-9
View File
@@ -1,9 +0,0 @@
import Vue from 'vue';
import iView from 'iview';
import locale from 'iview/dist/locale/en-US';
// add exceptions for these since they conflict with the linting if we use them out of the box
Vue.component('i-row', iView.Row);
Vue.component('i-col', iView.Col);
Vue.use(iView, { locale });
+4
View File
@@ -0,0 +1,4 @@
import Vue from 'vue'
import Vuetify from 'vuetify'
Vue.use(Vuetify);