回答編集履歴
1
参考リンクの追加
test
CHANGED
@@ -22,6 +22,6 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
|
25
|
+
0. `fetchData`で`Promise`を返し、更新完了後に`(store.)data`を`(this.)data`に代入する([参考](https://vuex.vuejs.org/ja/guide/actions.html#%E3%82%A2%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3%E3%82%92%E6%A7%8B%E6%88%90%E3%81%99%E3%82%8B))
|
26
26
|
|
27
|
-
|
27
|
+
0. `data`も`mapGetters`で`computed`にする
|