This commit is contained in:
wobsoriano
2022-12-18 16:14:59 -08:00
parent b1ddfc146b
commit 491c04739a
2 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
import { type CreateTRPCClientOptions, type inferRouterProxyClient, createTRPCProxyClient, httpBatchLink as _httpBatchLink } from '@trpc/client'
import { type CreateTRPCClientOptions, type inferRouterProxyClient, createTRPCProxyClient } from '@trpc/client'
import { type AnyRouter } from '@trpc/server'
import { createFlatProxy, createRecursiveProxy } from '@trpc/server/shared'
import { hash } from 'ohash'
import { nanoid } from 'nanoid'
import { type DecoratedProcedureRecord } from './types'
// @ts-expect-error: Nuxt auto-imports
import { getCurrentInstance, onScopeDispose, useAsyncData, useRequestHeaders, ref, unref } from '#imports'
import { getCurrentInstance, onScopeDispose, useAsyncData, ref, unref } from '#imports'
/**
* Calculates the key used for `useAsyncData` call