Skip to content

Commit 05e87ec

Browse files
add vue school links for the options API (#1088)
1 parent bb821c6 commit 05e87ec

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

packages/docs/core-concepts/actions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ export default {
107107

108108
## Usage with the Options API
109109

110+
<VueSchoolLink
111+
href="https://vueschool.io/lessons/access-pinia-actions-in-the-options-api"
112+
title="Access Pinia Getters via the Options API"
113+
/>
114+
110115
For the following examples, you can assume the following store was created:
111116

112117
```js

packages/docs/core-concepts/getters.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ export default {
166166

167167
## Usage with the Options API
168168

169+
<VueSchoolLink
170+
href="https://vueschool.io/lessons/access-pinia-getters-in-the-options-api"
171+
title="Access Pinia Getters via the Options API"
172+
/>
173+
169174
For the following examples, you can assume the following store was created:
170175

171176
```js

packages/docs/core-concepts/state.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ store.$reset()
4949

5050
### Usage with the Options API
5151

52+
<VueSchoolLink
53+
href="https://vueschool.io/lessons/access-pinia-state-in-the-options-api"
54+
title="Access Pinia State via the Options API"
55+
/>
56+
5257
For the following examples, you can assume the following store was created:
5358

5459
```js

0 commit comments

Comments
 (0)