🐛 fix: bug fixed
This commit is contained in:
parent
748b6e67db
commit
8e25f34b7f
|
@ -35,8 +35,6 @@ const props = withDefaults(defineProps<IVInput>(), {
|
|||
})
|
||||
const attrs = useAttrs()
|
||||
|
||||
// const props.disabled = computed(() => 'disabled' in attrs)
|
||||
|
||||
const emit = defineEmits([
|
||||
'update:modelValue',
|
||||
'value-change',
|
||||
|
|
Loading…
Reference in New Issue
Block a user