1
0
mirror of https://github.com/Bubka/2FAuth.git synced 2025-08-14 15:58:36 +02:00

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

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