Sfoglia il codice sorgente

perf: adjust the import order to make it more elegant

Pan 6 anni fa
parent
commit
dbd7ccd690
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
9 9
 import '@/styles/index.scss' // global css
10 10
 
11 11
 import App from './App'
12
-import router from './router'
13 12
 import store from './store'
13
+import router from './router'
14 14
 
15 15
 import '@/icons' // icon
16 16
 import '@/permission' // permission control