Skip to content

Commit 8f66c8b

Browse files
heart-erAlan Wang
and
Alan Wang
authored
docs: update warning version (#2000)
Co-authored-by: caimengyong <[email protected]> Co-authored-by: Alan Wang <[email protected]>
1 parent 7151622 commit 8f66c8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide/getters.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Vuex allows us to define "getters" in the store. You can think of them as comput
2020
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/1883).
2121
:::
2222

23+
::: warning WARNING
24+
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).
25+
:::
26+
2327
Getters will receive the state as their 1st argument:
2428

2529
``` js

0 commit comments

Comments
 (0)