Skip to content

Commit fdc9aeb

Browse files
committed
docs: add missing import
1 parent 8a8cc99 commit fdc9aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/1.getting-started/1.index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ npm install @falcondev-oss/trpc-vue-query
2929

3030
```ts [main.ts]
3131
import { createTRPCVueQueryClient } from '@falcondev-oss/trpc-vue-query'
32-
import type { AppRouter } from '../your_server/trpc'
3332
import { VueQueryPlugin, useQueryClient } from '@tanstack/vue-query'
33+
import { httpBatchLink } from '@trpc/client'
34+
import type { AppRouter } from '../your_server/trpc'
3435

3536
app.use(VueQueryPlugin)
3637
app.use({

0 commit comments

Comments
 (0)