[Vuejs]-Where to add axios interceptors code in vue js

0👍

app.js or add them to separate file and include in app.js. There is post about this https://medium.com/@yaob/how-to-globally-use-axios-instance-and-interceptors-e28f351bb794

Leave a comment