From 54e3eb6f0d7de3726ffa6269e7d9c02b2b9faa5d Mon Sep 17 00:00:00 2001 From: wbuezas Date: Tue, 25 Jun 2024 08:40:21 -0300 Subject: [PATCH 1/2] Add required rule to VnInputTime and VnInputDate --- src/components/common/VnInputDate.vue | 6 ++++++ src/components/common/VnInputTime.vue | 5 ++++- src/pages/Ticket/Card/BasicData/TicketBasicDataForm.vue | 8 ++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/components/common/VnInputDate.vue b/src/components/common/VnInputDate.vue index fe0866292..a2ad54eda 100644 --- a/src/components/common/VnInputDate.vue +++ b/src/components/common/VnInputDate.vue @@ -1,5 +1,6 @@