diff --git a/src/components/common/VnInputDate.vue b/src/components/common/VnInputDate.vue index 8e8f843e9..a8888aad8 100644 --- a/src/components/common/VnInputDate.vue +++ b/src/components/common/VnInputDate.vue @@ -83,14 +83,13 @@ const styleAttrs = computed(() => { outlined: true, rounded: true, } - : { eventColor: handleEventColor }; + : {}; }); const manageDate = (date) => { formattedDate.value = date; isPopupOpen.value = false; }; -const handleEventColor = (date) => (date === Date.now() ? null : 'orange'); - es: Open date: Abrir fecha diff --git a/src/components/ui/VnConfirm.vue b/src/components/ui/VnConfirm.vue index c86ce34fa..a02b56bdb 100644 --- a/src/components/ui/VnConfirm.vue +++ b/src/components/ui/VnConfirm.vue @@ -61,7 +61,7 @@ function cancel() { }