diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-26 03:26:34 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-26 03:26:34 +0900 |
| commit | 0b4a076f661d56cb11ebc66588f174216f8e7c7d (patch) | |
| tree | b3e609aae741b7e0b661c6a12e932f7c075b2a02 /packages/client/src/components | |
| parent | Update CONTRIBUTING.md (diff) | |
| download | misskey-0b4a076f661d56cb11ebc66588f174216f8e7c7d.tar.gz misskey-0b4a076f661d56cb11ebc66588f174216f8e7c7d.tar.bz2 misskey-0b4a076f661d56cb11ebc66588f174216f8e7c7d.zip | |
refactor
Diffstat (limited to 'packages/client/src/components')
| -rw-r--r-- | packages/client/src/components/captcha.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/captcha.vue b/packages/client/src/components/captcha.vue index 770804cf44..307fc312bc 100644 --- a/packages/client/src/components/captcha.vue +++ b/packages/client/src/components/captcha.vue @@ -38,7 +38,7 @@ const props = defineProps<{ }>(); const emit = defineEmits<{ - (e: 'update:modelValue', v: string | null): void; + (ev: 'update:modelValue', v: string | null): void; }>(); const available = ref(false); |