From 1e2a35b89235865cb34b450eb07c8e162cc3513e Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 11 Jun 2023 21:16:26 +0200 Subject: [PATCH] refactor(c-input-text): force usage of props with default --- src/ui/c-input-text/c-input-text.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui/c-input-text/c-input-text.vue b/src/ui/c-input-text/c-input-text.vue index 90d71523..99afd270 100644 --- a/src/ui/c-input-text/c-input-text.vue +++ b/src/ui/c-input-text/c-input-text.vue @@ -1,5 +1,4 @@