File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
packages/docs/core-concepts Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,11 @@ export default {
107
107
108
108
## Usage with the Options API
109
109
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
+
110
115
For the following examples, you can assume the following store was created:
111
116
112
117
``` js
Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ export default {
166
166
167
167
## Usage with the Options API
168
168
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
+
169
174
For the following examples, you can assume the following store was created:
170
175
171
176
``` js
Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ store.$reset()
49
49
50
50
### Usage with the Options API
51
51
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
+
52
57
For the following examples, you can assume the following store was created:
53
58
54
59
``` js
You can’t perform that action at this time.
0 commit comments