From 52b0f9cbab80fbe55aff9aa6425abba67092a095 Mon Sep 17 00:00:00 2001 From: Taylor Cox Date: Fri, 20 Apr 2018 15:17:12 -0400 Subject: [PATCH] Fix #4 by forcing arrays for sepecified store items --- src/components/nytSections.vue | 31 +++++++++++++------------------ src/main.js | 6 +++++- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/src/components/nytSections.vue b/src/components/nytSections.vue index 06f201a..3e87d8d 100644 --- a/src/components/nytSections.vue +++ b/src/components/nytSections.vue @@ -26,6 +26,7 @@ v-model="selections" :value="section.key" :key="section.key" + @change="updateSelections()" color="grey darken-4" hide-details class="mb-1"> @@ -55,6 +56,14 @@