From: Daniel Kelly Date: Mon, 28 Feb 2022 16:42:24 +0000 (-0600) Subject: add vue school links for the options API (#1088) X-Git-Tag: @pinia/testing@0.0.10~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05e87ec08c6aee37b93d0be3a38285798db2eea2;p=thirdparty%2Fvuejs%2Fpinia.git add vue school links for the options API (#1088) --- diff --git a/packages/docs/core-concepts/actions.md b/packages/docs/core-concepts/actions.md index edcdcd1f..833e62ff 100644 --- a/packages/docs/core-concepts/actions.md +++ b/packages/docs/core-concepts/actions.md @@ -107,6 +107,11 @@ export default { ## Usage with the Options API + + For the following examples, you can assume the following store was created: ```js diff --git a/packages/docs/core-concepts/getters.md b/packages/docs/core-concepts/getters.md index ba5530e1..a5f543d7 100644 --- a/packages/docs/core-concepts/getters.md +++ b/packages/docs/core-concepts/getters.md @@ -166,6 +166,11 @@ export default { ## Usage with the Options API + + For the following examples, you can assume the following store was created: ```js diff --git a/packages/docs/core-concepts/state.md b/packages/docs/core-concepts/state.md index 6cb6c5db..14e149b9 100644 --- a/packages/docs/core-concepts/state.md +++ b/packages/docs/core-concepts/state.md @@ -49,6 +49,11 @@ store.$reset() ### Usage with the Options API + + For the following examples, you can assume the following store was created: ```js