Skip to content

Commit f9eaa3c

Browse files
author
zhouhero
committed
fixed bugs
1 parent b50b60f commit f9eaa3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ import App from './App';
33
import router from './router';
44
import store from './store';
55
import './mock/index.js'; // 该项目所有请求使用mockjs模拟
6-
76
import './login.js'
87
import './ui.js'
9-
108
Vue.config.productionTip = false;
11-
129
var vm=new Vue({
1310
el: '#app',
1411
router,

0 commit comments

Comments
 (0)