[Vuejs]-Nuxt axios interceptors not logging as expected

1👍

You don’t need to import if axios is already registered as plugin. You can use axios like this – this.$axios.$get('url', ()=> {}). Maybe that’s why it is happening.

Leave a comment