1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 04:04:08 +02:00
This commit is contained in:
syuilo
2022-03-01 21:36:20 +09:00
parent 645dbebd86
commit b80ec1fa3f
9 changed files with 40 additions and 47 deletions

View File

@@ -93,7 +93,7 @@ function requestRender() {
}
function callback(response?: string) {
emit('update:modelValue', typeof response == 'string' ? response : null);
emit('update:modelValue', typeof response === 'string' ? response : null);
}
onMounted(() => {