mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-01 13:42:10 +09:00
lint
This commit is contained in:
parent
b197379625
commit
5a854f194f
@ -5,11 +5,11 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
|
v-panel
|
||||||
:class="[$style.root, {
|
:class="[$style.root, {
|
||||||
[$style.sensitiveHighlight]: highlightWhenSensitive && file.isSensitive,
|
[$style.sensitiveHighlight]: highlightWhenSensitive && file.isSensitive,
|
||||||
[$style.large]: large,
|
[$style.large]: large,
|
||||||
}]"
|
}]"
|
||||||
v-panel
|
|
||||||
>
|
>
|
||||||
<ImgWithBlurhash
|
<ImgWithBlurhash
|
||||||
v-if="isThumbnailAvailable"
|
v-if="isThumbnailAvailable"
|
||||||
|
Loading…
Reference in New Issue
Block a user