We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8cc99 commit fdc9aebCopy full SHA for fdc9aeb
docs/content/1.getting-started/1.index.md
@@ -29,8 +29,9 @@ npm install @falcondev-oss/trpc-vue-query
29
30
```ts [main.ts]
31
import { createTRPCVueQueryClient } from '@falcondev-oss/trpc-vue-query'
32
-import type { AppRouter } from '../your_server/trpc'
33
import { VueQueryPlugin, useQueryClient } from '@tanstack/vue-query'
+import { httpBatchLink } from '@trpc/client'
34
+import type { AppRouter } from '../your_server/trpc'
35
36
app.use(VueQueryPlugin)
37
app.use({
0 commit comments