Fix space clearing not being triggered because of wrong emit

This commit is contained in:
Bubka 2024-11-19 13:15:10 +01:00
parent e349c1057b
commit 2c73dac9db

View File

@ -59,7 +59,7 @@
const hasBeenTrimmed = ref(false)
const componentKey = ref(0);
const emit = defineEmits(['input:modelValue'])
const emit = defineEmits(['update:modelValue'])
/**
* Removes spaces from the input string