This commit is contained in:
syuilo 2020-09-05 01:27:02 +09:00
parent 1a7a07cb1a
commit c49e5a80be
23 changed files with 42 additions and 42 deletions

View file

@ -259,7 +259,7 @@ export default defineComponent({
MkTextarea,
MkSwitch,
MkInfo,
Captcha: defineAsyncComponent(() => import('../../components/captcha.vue').then(m => m.default)),
Captcha: defineAsyncComponent(() => import('../../components/captcha.vue')),
},
data() {