mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-22 21:30:56 +01: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…
Reference in New Issue
Block a user