Skip to content

Commit ccfd3d1

Browse files
authored
docs: Fix incorrect hash anchor (#1507)
1 parent 8e923a5 commit ccfd3d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/docs/cookbook/options-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Pinia can be used even if you are not using the composition API (if you are using Vue 2, you still need to install the `@vue/composition-api` plugin though). While we recommend you to give the Composition API a try and learn it, it might not be the time for you and your team yet, you might be in the process of migrating an application, or any other reason. There are a few functions:
44

55
- [mapStores](#giving-access-to-the-whole-store)
6-
- [mapState](../core-concepts/state.md#options-api)
6+
- [mapState](../core-concepts/state.md#usage-with-the-options-api)
77
- [mapWritableState](../core-concepts/state.md#modifiable-state)
8-
- ⚠️ [mapGetters](../core-concepts/getters.md#options-api) (just for migration convenience, use `mapState()` instead)
9-
- [mapActions](../core-concepts/actions.md#options-api)
8+
- ⚠️ [mapGetters](../core-concepts/getters.md#without-setup) (just for migration convenience, use `mapState()` instead)
9+
- [mapActions](../core-concepts/actions.md#without-setup)
1010

1111
## Giving access to the whole store
1212

0 commit comments

Comments
 (0)