From 039d4c22fbe4bde603893b85dceabc2792a14582 Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 21 Feb 2025 13:50:16 +0100 Subject: [PATCH] feat: refs #8581 add data-cy attr VnLv --- src/components/ui/VnLv.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/VnLv.vue b/src/components/ui/VnLv.vue index a198c9c05..50da8a143 100644 --- a/src/components/ui/VnLv.vue +++ b/src/components/ui/VnLv.vue @@ -28,7 +28,7 @@ function copyValueText() { const val = computed(() => $props.value);