Fixed scroll component so it uses slot props instead of the depcrecated .

This commit is contained in:
DebaucheryLibrarian
2020-12-26 23:51:27 +01:00
parent ced8f447a7
commit c503e12adb
32 changed files with 1421 additions and 1538 deletions

View File

@@ -11,12 +11,14 @@
/>
<Scroll
v-slot="slotProps"
class="scroll-light"
:expandable="false"
>
<Media
:release="release"
:class="{ expanded }"
@load="slotProps.loaded"
/>
</Scroll>
@@ -56,10 +58,7 @@
</div>
<div class="row associations">
<ul
v-lazy-container="{ selector: '.lazy' }"
class="actors nolist"
>
<ul class="actors nolist">
<li
v-for="actor in release.actors"
:key="actor.id"