Skip to content

Commit 963297e

Browse files
authored
Remove the getters caching warning (ja version)
1 parent 351f30e commit 963297e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/ja/guide/getters.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ computed: {
1616

1717
Vuex を利用するとストア内に "ゲッター" を定義することができます。それらをストアの算出プロパティと考えることができます。
1818

19-
::: warning 警告
20-
Vue 3.0 では、ゲッターの結果は算出プロパティのように**キャッシュされません**。これは既知の問題で、Vue 3.2 がリリースされる必要があります。詳細は [PR #1878](https://github.com/vuejs/vuex/pull/1883) をご確認ください。
21-
:::
22-
2319
ゲッターは第1引数として、state を受け取ります:
2420

2521
``` js

0 commit comments

Comments
 (0)