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;