mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 19:10:18 +01:00
lint
This commit is contained in:
parent
b197379625
commit
5a854f194f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue