1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-24 07:06:26 +09:00

Update MkMediaImage.vue

This commit is contained in:
かっこかり 2023-09-05 08:22:11 +09:00 committed by GitHub
parent 4fda560c17
commit 04597b8178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ import * as os from '@/os';
import { iAmModerator } from '@/account';
const props = withDefaults(defineProps<{
image: misskey.entities.DriveFile;
image: Misskey.entities.DriveFile;
raw?: boolean;
cover?: boolean;
disableImageLink?: boolean;