mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-12 07:56:50 +02: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 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user