From 92dc8998bfb0d7df70d005f7a3c5b5e6ef58b21a Mon Sep 17 00:00:00 2001 From: wbuezas Date: Wed, 19 Mar 2025 11:50:54 -0300 Subject: [PATCH] Input change --- src/components/common/VnInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/VnInput.vue b/src/components/common/VnInput.vue index 7dcf1164..f20754ee 100644 --- a/src/components/common/VnInput.vue +++ b/src/components/common/VnInput.vue @@ -144,7 +144,7 @@ const handleUppercase = () => { :rules="mixinRules" :lazy-rules="true" hide-bottom-space - :data-cy="$attrs.dataCy ?? $attrs.label + '_input'" + :data-cy="$attrs['data-cy'] ?? $attrs.label + '_input'" >