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 1e98ef2 commit 31d9239Copy full SHA for 31d9239
.changeset/purple-games-sleep.md
@@ -0,0 +1,5 @@
1
+---
2
+"@vue3-apollo/docs": patch
3
4
+
5
+docs: add guide for advanced Nuxt Apollo integration
package.json
@@ -14,7 +14,7 @@
14
"dev:docs": "pnpm --filter @vue3-apollo/docs run dev",
15
"dev:nuxt": "pnpm --filter @vue3-apollo/nuxt run dev",
16
"dev:web": "pnpm --filter @vue3-apollo/web run dev",
17
- "lint": "eslint .",
+ "lint": "eslint .",
18
"lint:fix": "eslint . --fix",
19
"release": "pnpm build && changeset publish",
20
"typecheck": "pnpm run typecheck:core && pnpm run typecheck:nuxt && pnpm run typecheck:web",
0 commit comments