mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Set up the Create form
This commit is contained in:
@ -9,14 +9,14 @@
|
||||
},
|
||||
})
|
||||
|
||||
const emit = defineEmits(['modalClosed'])
|
||||
const emit = defineEmits(['update:modelValue'])
|
||||
|
||||
const isActive = computed({
|
||||
get() {
|
||||
return props.modelValue
|
||||
},
|
||||
set(value) {
|
||||
emit('modalClosed')
|
||||
emit('update:modelValue', value)
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user