forked from mirror/misskey
change: 画像を初期状態で非表示に
This commit is contained in:
parent
c66ef96ffd
commit
9fcff7f4c0
@ -57,7 +57,7 @@ const props = withDefaults(defineProps<{
|
|||||||
cover: false,
|
cover: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
const hide = ref(props.image.isSensitive);
|
const hide = ref(true);
|
||||||
|
|
||||||
const url = computed(() => (props.raw)
|
const url = computed(() => (props.raw)
|
||||||
? props.image.url
|
? props.image.url
|
||||||
|
Loading…
Reference in New Issue
Block a user