From ea628ed379b8527b85f5a35969de1b03eec3b39a Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 29 Jul 2019 13:25:58 +0200 Subject: [PATCH] Fixed some broken switches --- app/imports/ui/StoryBook.vue | 2 +- app/imports/ui/forms/AttributeForm.vue | 2 +- app/imports/ui/forms/RollForm.vue | 4 ++-- app/imports/ui/forms/SpellForm.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/imports/ui/StoryBook.vue b/app/imports/ui/StoryBook.vue index 651422d1..d835d047 100644 --- a/app/imports/ui/StoryBook.vue +++ b/app/imports/ui/StoryBook.vue @@ -12,7 +12,7 @@ Components - + diff --git a/app/imports/ui/forms/RollForm.vue b/app/imports/ui/forms/RollForm.vue index 19448ede..f28b7d25 100644 --- a/app/imports/ui/forms/RollForm.vue +++ b/app/imports/ui/forms/RollForm.vue @@ -38,13 +38,13 @@ diff --git a/app/imports/ui/forms/SpellForm.vue b/app/imports/ui/forms/SpellForm.vue index 082d1ddf..22580a89 100644 --- a/app/imports/ui/forms/SpellForm.vue +++ b/app/imports/ui/forms/SpellForm.vue @@ -44,7 +44,7 @@ label="Always prepared" style="width: 200px; flex-grow: 0;" class="ml-2" - :value="model.alwaysPrepared" + :input-value="model.alwaysPrepared" :error-messages="errors.alwaysPrepared" @change="e => $emit('change', {path: ['alwaysPrepared'], value: !!e})" />