🐛 fix: bug fixed

This commit is contained in:
Paul Valerie GOMA 2025-07-22 12:24:26 +02:00
parent 748b6e67db
commit 8e25f34b7f

View File

@ -35,8 +35,6 @@ const props = withDefaults(defineProps<IVInput>(), {
}) })
const attrs = useAttrs() const attrs = useAttrs()
// const props.disabled = computed(() => 'disabled' in attrs)
const emit = defineEmits([ const emit = defineEmits([
'update:modelValue', 'update:modelValue',
'value-change', 'value-change',