mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-23 05:41:05 +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
|
// defines what events our component emits
|
||||||
const emit = defineEmits('update:modelValue')
|
const emit = defineEmits(['update:modelValue'])
|
||||||
|
|
||||||
function setRadio(event) {
|
function setRadio(event) {
|
||||||
emit('update:modelValue', event)
|
emit('update:modelValue', event)
|
||||||
|
Loading…
Reference in New Issue
Block a user