This commit is contained in:
syuilo
2020-07-24 20:14:08 +09:00
parent a02bd7061a
commit 8d049fd498
115 changed files with 539 additions and 539 deletions

View File

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