diff --git a/README.md b/README.md index 64eafaf..5c57501 100644 --- a/README.md +++ b/README.md @@ -221,9 +221,6 @@ Vue.use(VueAuthenticate, { } return config }) - }, - - bindResponseInterceptor: function () { this.$http.interceptors.response.use((response) => { this.setToken(response) return response