Change from iview to vuetify
This commit is contained in:
@@ -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 });
|
||||
@@ -0,0 +1,4 @@
|
||||
import Vue from 'vue'
|
||||
import Vuetify from 'vuetify'
|
||||
|
||||
Vue.use(Vuetify);
|
||||
Reference in New Issue
Block a user