Skip to content

Commit 351f30e

Browse files
authored
Remove the getters caching warning
1 parent 0fa7e86 commit 351f30e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/guide/getters.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ If more than one component needs to make use of this, we have to either duplicat
1616

1717
Vuex allows us to define "getters" in the store. You can think of them as computed properties for stores.
1818

19-
::: 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.1 to be released. You can learn more at [PR #1878](https://github.com/vuejs/vuex/pull/1878).
21-
:::
22-
2319
Getters will receive the state as their 1st argument:
2420

2521
``` js

0 commit comments

Comments
 (0)