Skip to content

Commit a26ac21

Browse files
authored
Merge pull request #7 from guendev/docs/update-1
docs: fix typo
2 parents af8450f + 02ec08d commit a26ac21

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

packages/docs/migration.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Migration Guide
1+
# Migration
22

33
This plugin is designed to make migration from **@vue/apollo-composable** effortless.
44

@@ -58,11 +58,9 @@ const isLoading = useQueriesLoading('dashboard')
5858
You can pass an optional **`id`** parameter to share loading states across components.
5959

6060
### Available Helpers
61-
- `useQueryLoading(id?)`
62-
- `useMutationLoading(id?)`
63-
- `useSubscriptionLoading(id?)`
64-
- Global variants: `useGlobalQueryLoading()`, `useGlobalMutationLoading()`, `useGlobalSubscriptionLoading()`
65-
61+
- `useQueriesLoading(id?)`
62+
- `useMutationsLoading(id?)`
63+
- `useSubscriptionsLoading(id?)`
6664

6765
## 3. Breaking Changes
6866

packages/docs/nuxt/composables/useAsyncQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# use useAsyncQuery
1+
# useAsyncQuery
22

33
Nuxt-friendly helper that runs an Apollo **query** inside Nuxt’s `useAsyncData`, giving you an `AsyncData` object (`data`, `pending`, `error`, `refresh`, …) with full SSR support.
44

0 commit comments

Comments
 (0)