回答編集履歴
1
補足
test
CHANGED
@@ -19,3 +19,7 @@
|
|
19
19
|
```
|
20
20
|
|
21
21
|
にて`this.$store.state.posts.postsCategories`は`null`になっているのではないかと思われます。
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
ではどうやって postsCategories が取得できたタイミングで `this.options` をセットするかという話になりますが、せっかく Vue を使っているので `computed` を使って postsCategories から options を計算するようにすれば簡単に実現できます。
|