mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-28 06:48:36 +09:00
Update MkMediaImage.vue
This commit is contained in:
parent
4fda560c17
commit
04597b8178
@ -62,7 +62,7 @@ import * as os from '@/os';
|
|||||||
import { iAmModerator } from '@/account';
|
import { iAmModerator } from '@/account';
|
||||||
|
|
||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
image: misskey.entities.DriveFile;
|
image: Misskey.entities.DriveFile;
|
||||||
raw?: boolean;
|
raw?: boolean;
|
||||||
cover?: boolean;
|
cover?: boolean;
|
||||||
disableImageLink?: boolean;
|
disableImageLink?: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user