From 8e25f34b7fc166cc2880cef60d9c315189f621c2 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Tue, 22 Jul 2025 12:24:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20bug=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/VInput.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/input/VInput.vue b/src/components/input/VInput.vue index b76375d..1a11733 100644 --- a/src/components/input/VInput.vue +++ b/src/components/input/VInput.vue @@ -35,8 +35,6 @@ const props = withDefaults(defineProps(), { }) const attrs = useAttrs() -// const props.disabled = computed(() => 'disabled' in attrs) - const emit = defineEmits([ 'update:modelValue', 'value-change',