mr-july

Results 2 comments of mr-july

There is no `bindResponseInterceptor` option anymore. To solve the problem, just setup both `request` and `response` interceptors inside `bindRequestInterceptor` like this ``` javascript Vue.use(VueAuthenticate, { bindRequestInterceptor: function () { this.$http.interceptors.request.use((config)...

Any progress / best practice / example solutions for this issue?