From 6ef2bb8ffc209d7a048a57132098eca061e791e2 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Mon, 13 Apr 2020 16:05:50 -0300 Subject: [PATCH] fix(input-boolean): warning color to disable bool, set :defaultChecked --- src/components/_inputs/InputBoolean.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/_inputs/InputBoolean.vue b/src/components/_inputs/InputBoolean.vue index 1ff9f17..075454d 100644 --- a/src/components/_inputs/InputBoolean.vue +++ b/src/components/_inputs/InputBoolean.vue @@ -1,6 +1,8 @@