From 37c95ba13d800eb74462e561e0db45c7c93c8061 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Wed, 19 Mar 2025 14:10:07 -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'" >