Skip to content

Commit

Permalink
update vue-router
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed May 11, 2017
1 parent 92f55b0 commit d0850e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"vue": "2.2.6",
"vue-count-to": "1.0.5",
"vue-multiselect": "2.0.0-beta.14",
"vue-router": "2.3.0",
"vue-router": "2.5.3",
"vuedraggable": "2.8.4",
"vuex": "2.2.1",
"xlsx": "0.8.1"
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import 'vue-multiselect/dist/vue-multiselect.min.css';
import vueWaves from './directive/waves';
import vueSticky from './directive/sticky';
import errLog from 'store/errLog';
import './mock/index.js'; //使用api请求时请将此行注释,不然将被mock拦截
import './mock/index.js'; // 使用api请求时请将此行注释,不然将被mock拦截
// import './styles/mixin.scss';

// register globally
Expand Down

0 comments on commit d0850e6

Please sign in to comment.