Factorize *captcha component

This commit is contained in:
Acid Chicken (硫酸鶏) 2020-04-29 09:15:18 +09:00
parent 805472482e
commit 77adf26236
No known key found for this signature in database
GPG key ID: 5388F56C75B677A1
5 changed files with 180 additions and 176 deletions

View file

@ -1,5 +1,5 @@
<template>
<x-window ref="window" @closed="() => { $emit('closed'); destroyDom(); }">
<x-window ref="window" :width="366" :height="506" @closed="() => { $emit('closed'); destroyDom(); }">
<template #header>{{ $t('signup') }}</template>
<x-signup :auto-set="autoSet" @signup="onSignup"/>
</x-window>