0👍
I found the error, I had other axios imports on several other components, it was creating several axios instances, I declared a
const axios = inject(‘axios’)
so I could access just the axios instance that was in use instead of creating several ones.
- [Vuejs]-[Vue warn]: Failed to resolve directive: icon. I'm trying to use v-icon with v-if but when using change the variable I get this warning
- [Vuejs]-How to export function from composition api vuejs 3
Source:stackexchange.com