Skip to content

Commit 5b8ad0a

Browse files
jrnewtonkiaking
andauthored
docs: fix pull request url for getters note (#2018)
Co-authored-by: Kia King Ishii <[email protected]>
1 parent 7aa0561 commit 5b8ad0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/getters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If more than one component needs to make use of this, we have to either duplicat
1717
Vuex allows us to define "getters" in the store. You can think of them as computed properties for stores.
1818

1919
::: warning WARNING
20-
As of Vue 3.0, the getter's result is **not cached** as the computed property does. This is a known issue that requires Vue 3.2 to be released. You can learn more at [PR #1883](https://github.com/vuejs/vuex/pull/1883).
20+
As of Vue 3.0, the getter's result is **not cached** as the computed property does. This is a known issue that requires Vue 3.1 to be released. You can learn more at [PR #1878](https://github.com/vuejs/vuex/pull/1878).
2121
:::
2222

2323
Getters will receive the state as their 1st argument:

0 commit comments

Comments
 (0)