feat: replace ohmyfetch with ofetch

This commit is contained in:
wobsoriano
2022-12-20 20:13:48 -08:00
parent 8168a46985
commit 7995e892db
7 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import * as trpc from '@trpc/client'
import { unref } from 'vue'
import { FetchError } from 'ohmyfetch'
import { FetchError } from 'ofetch'
import { useClientHeaders } from './client'
import { defineNuxtPlugin, useRequestHeaders, useRuntimeConfig } from '#imports'
import type { router } from '~/server/trpc'