File tree Expand file tree Collapse file tree 3 files changed +2011
-2234
lines changed
content/1.getting-started Expand file tree Collapse file tree 3 files changed +2011
-2234
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ npm install @falcondev-oss/trpc-vue-query
30
30
``` ts [main.ts]
31
31
import { createTRPCVueQueryClient } from ' @falcondev-oss/trpc-vue-query'
32
32
import { VueQueryPlugin , useQueryClient } from ' @tanstack/vue-query'
33
+ import { httpBatchLink } from ' @trpc/client'
34
+ import type { AppRouter } from ' ../your_server/trpc'
33
35
34
36
import type { AppRouter } from ' ../your_server/trpc'
35
37
Original file line number Diff line number Diff line change 10
10
"postinstall" : " nuxt prepare"
11
11
},
12
12
"dependencies" : {
13
- "@iconify-json/heroicons" : " ^1.2.0 " ,
14
- "@iconify-json/simple-icons" : " ^1.2.3 " ,
15
- "@nuxt/content" : " ^2.13.2 " ,
16
- "@nuxt/fonts" : " ^0.8.0 " ,
17
- "@nuxt/ui-pro" : " ^1.4.2 " ,
18
- "nuxt" : " ^3.13.2 "
13
+ "@iconify-json/heroicons" : " ^1.2.1 " ,
14
+ "@iconify-json/simple-icons" : " ^1.2.12 " ,
15
+ "@nuxt/content" : " ^2.13.4 " ,
16
+ "@nuxt/fonts" : " ^0.10.2 " ,
17
+ "@nuxt/ui-pro" : " ^1.5.0 " ,
18
+ "nuxt" : " ^3.14.1592 "
19
19
},
20
20
"devDependencies" : {
21
21
"@nuxthq/studio" : " ^2.1.1"
You can’t perform that action at this time.
0 commit comments