We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351f30e commit 963297eCopy full SHA for 963297e
docs/ja/guide/getters.md
@@ -16,10 +16,6 @@ computed: {
16
17
Vuex を利用するとストア内に "ゲッター" を定義することができます。それらをストアの算出プロパティと考えることができます。
18
19
-::: warning 警告
20
-Vue 3.0 では、ゲッターの結果は算出プロパティのように**キャッシュされません**。これは既知の問題で、Vue 3.2 がリリースされる必要があります。詳細は [PR #1878](https://github.com/vuejs/vuex/pull/1883) をご確認ください。
21
-:::
22
-
23
ゲッターは第1引数として、state を受け取ります:
24
25
``` js
0 commit comments