mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-20 13:19:26 +01:00
Fix space clearing not being triggered because of wrong emit
This commit is contained in:
parent
e349c1057b
commit
2c73dac9db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user