Tweak imports
This commit is contained in:
parent
131540e3f1
commit
85d9677a64
@ -1,7 +1,6 @@
|
||||
import Vue from 'vue';
|
||||
import './js/public-path'; // Must be first
|
||||
import routes from './components/route';
|
||||
import './js';
|
||||
import routes from './components/route';
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
import './public-path'; // Must be first
|
||||
import './i18n';
|
||||
import './net';
|
||||
import './layout';
|
||||
|
Loading…
Reference in New Issue
Block a user