Refactor logic
This commit is contained in:
@ -48,6 +48,10 @@ const emit = defineEmits(['update:captcha']);
|
||||
watch(captchaInput, (newVal) => {
|
||||
emit('update:captcha', newVal)
|
||||
});
|
||||
|
||||
defineExpose({
|
||||
refreshCaptcha
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user