Skip to content

Commit dbd7ccd

Browse files
committed
perf: adjust the import order to make it more elegant
1 parent 1204075 commit dbd7ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import locale from 'element-ui/lib/locale/lang/en' // lang i18n
99
import '@/styles/index.scss' // global css
1010

1111
import App from './App'
12-
import router from './router'
1312
import store from './store'
13+
import router from './router'
1414

1515
import '@/icons' // icon
1616
import '@/permission' // permission control

0 commit comments

Comments
 (0)