Browse Source

perf: adjust the import order to make it more elegant

Pan 6 years ago
parent
commit
dbd7ccd690
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -9,8 +9,8 @@ import locale from 'element-ui/lib/locale/lang/en' // lang i18n
 import '@/styles/index.scss' // global css
 
 import App from './App'
-import router from './router'
 import store from './store'
+import router from './router'
 
 import '@/icons' // icon
 import '@/permission' // permission control