Refactor logic

This commit is contained in:
2025-07-17 13:05:19 +02:00
parent 6d055f4fad
commit 070dfa2764
9 changed files with 232 additions and 250 deletions

View File

@ -48,6 +48,10 @@ const emit = defineEmits(['update:captcha']);
watch(captchaInput, (newVal) => {
emit('update:captcha', newVal)
});
defineExpose({
refreshCaptcha
});
</script>
<style scoped>