mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-24 22:12:06 +02:00
Fix typo in event declaration
This commit is contained in:
parent
b9c8f9008f
commit
77aed2bba6
@ -26,7 +26,7 @@
|
||||
})
|
||||
|
||||
// defines what events our component emits
|
||||
const emit = defineEmits('update:modelValue')
|
||||
const emit = defineEmits(['update:modelValue'])
|
||||
|
||||
function setRadio(event) {
|
||||
emit('update:modelValue', event)
|
||||
|
Loading…
x
Reference in New Issue
Block a user