diff options
author | Zero~Informatique | 2020-01-31 06:55:37 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-01-31 06:55:37 +0100 |
commit | 914aa63cb65f869be9b1707c160847be16f79a68 (patch) | |
tree | 9a180ff39dccaec17c6c111931aee1bbf04eaf0a /viewer/src/views/GalleryThumbnail.vue | |
parent | 252dd6fc6f53ecd8b28e05a0514429472d53d08e (diff) | |
download | ldgallery-914aa63cb65f869be9b1707c160847be16f79a68.tar.gz |
viewer: unified CSS classes to kebab case
Diffstat (limited to 'viewer/src/views/GalleryThumbnail.vue')
-rw-r--r-- | viewer/src/views/GalleryThumbnail.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/views/GalleryThumbnail.vue b/viewer/src/views/GalleryThumbnail.vue index 41a59e1..2ed0bc2 100644 --- a/viewer/src/views/GalleryThumbnail.vue +++ b/viewer/src/views/GalleryThumbnail.vue | |||
@@ -18,7 +18,7 @@ | |||
18 | --> | 18 | --> |
19 | 19 | ||
20 | <template> | 20 | <template> |
21 | <div class="forcedsize" :class="{preload: loading}"> | 21 | <div class="forcedsize" :class="{'preload': loading}"> |
22 | <v-lazy-image | 22 | <v-lazy-image |
23 | v-if="item.thumbnail" | 23 | v-if="item.thumbnail" |
24 | class="thumbnail" | 24 | class="thumbnail" |