update vue-router
This commit is contained in:
parent
92f55b093f
commit
d0850e6d49
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue