Tweak imports

This commit is contained in:
Pig Fang 2018-08-12 17:17:54 +08:00
parent 131540e3f1
commit 85d9677a64
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -1,3 +1,4 @@
import './public-path'; // Must be first
import './i18n';
import './net';
import './layout';