You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bro, you can check these two comments #1 comment and #2 comment for a solution under the current release. Hope these can help you, or maybe it's a little late.
Can't use logger outside vue. Could be provided correct type? Isn't the inject method the vue composition API?
export function logAxiosError(error: AxiosError): void {
const logger = inject('vuejs3-logger') as Log;
logger.error('AxiosError: ', error);
}
The text was updated successfully, but these errors were encountered: