Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhero committed Sep 29, 2017
1 parent b50b60f commit f9eaa3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ import App from './App';
import router from './router';
import store from './store';
import './mock/index.js'; // 该项目所有请求使用mockjs模拟

import './login.js'
import './ui.js'

Vue.config.productionTip = false;

var vm=new Vue({
el: '#app',
router,
Expand Down

0 comments on commit f9eaa3c

Please sign in to comment.