From b59f8374b3a441e6acff990ee63075e75d2ee0dc Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Thu, 4 Jul 2024 17:28:45 +0200 Subject: [PATCH] perf: hide icon for VnInputDate --- src/components/common/VnInputDate.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/common/VnInputDate.vue b/src/components/common/VnInputDate.vue index 184f8a158..b22de3606 100644 --- a/src/components/common/VnInputDate.vue +++ b/src/components/common/VnInputDate.vue @@ -9,6 +9,10 @@ const $props = defineProps({ type: Boolean, default: false, }, + showEvent: { + type: Boolean, + default: true, + }, }); const { t } = useI18n(); @@ -107,7 +111,7 @@ watch( isPopupOpen = false; " /> - +