From e6844df2d7c54d09373ef282ba67f40ac90884eb Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 12 Sep 2020 16:17:16 -0500 Subject: [PATCH] fix SeasonList axios preloading & object merging mutations (SeasonList component ready), change isPreloaded to directly access state variable --- client/src/components/SeasonList.vue | 15 +++++-- client/src/mutation_types.js | 6 ++- client/src/store.js | 65 ++++++++++++++++++++++------ 3 files changed, 67 insertions(+), 19 deletions(-) diff --git a/client/src/components/SeasonList.vue b/client/src/components/SeasonList.vue index 3d3646d..a2bf107 100644 --- a/client/src/components/SeasonList.vue +++ b/client/src/components/SeasonList.vue @@ -10,12 +10,13 @@ role="tab" v-b-toggle="'accordion-' + season.season_id" > - +
Season {{ season.season_id }}
+