Vue.use 有什么用?为什么http 拦截器Vue.use(httpInterceptor, app);,要放在 new Vue() 和 app.$mount() 之间,才能 App.vue 中正常使用?而vue2文档中说该Vue.use( plugin )方法需要在调用 new Vue() 之前被调用。
1