Compare commits
2 Commits
cdc631214d
...
255dd48af6
Author | SHA1 | Date |
---|---|---|
|
255dd48af6 | |
|
bde982035a |
|
@ -18,6 +18,7 @@
|
|||
:src="getPath(scene.poster, 'thumbnail')"
|
||||
:style="{ 'background-image': `url(${getPath(scene.poster, 'lazy')})` }"
|
||||
loading="lazy"
|
||||
fetchpriority="low"
|
||||
class="thumbnail"
|
||||
>
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "traxxx-web",
|
||||
"version": "0.23.12",
|
||||
"version": "0.23.13",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.23.12",
|
||||
"version": "0.23.13",
|
||||
"dependencies": {
|
||||
"@brillout/json-serializer": "^0.5.8",
|
||||
"@dicebear/collection": "^7.0.5",
|
||||
|
|
|
@ -77,5 +77,5 @@
|
|||
"postcss-custom-media": "^10.0.2",
|
||||
"postcss-nesting": "^12.0.2"
|
||||
},
|
||||
"version": "0.23.12"
|
||||
"version": "0.23.13"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue