From 53c669b108b4eaac0fe624df42643350edf52d04 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sun, 10 Apr 2022 18:56:14 +0000 Subject: [PATCH] chore: add some types (#1790) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1790 Reviewed-by: konrad Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- src/components/input/button.vue | 1 + src/components/input/colorPicker.vue | 3 ++- src/components/tasks/partials/reminders.vue | 1 + src/components/tasks/partials/repeatAfter.vue | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/input/button.vue b/src/components/input/button.vue index 1f8af2638..07e0ad2f2 100644 --- a/src/components/input/button.vue +++ b/src/components/input/button.vue @@ -43,6 +43,7 @@ const props = defineProps({ default: 'primary', }, icon: { + type: String, default: '', }, loading: { diff --git a/src/components/input/colorPicker.vue b/src/components/input/colorPicker.vue index b9c0ca19d..335afce3e 100644 --- a/src/components/input/colorPicker.vue +++ b/src/components/input/colorPicker.vue @@ -1,7 +1,7 @@