mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Fixed 'See All' Error
This commit is contained in:
parent
98d558ad6f
commit
f80a86a3ae
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ defineEmits([
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
v-if="this.notes"
|
v-if="notes"
|
||||||
@click.prevent="$emit('get-album', '/playlist?list=' + this.notes.items)"
|
@click.prevent="$emit('get-album', '/playlist?list=' + notes.items)"
|
||||||
class="more"
|
class="more"
|
||||||
>See All</a
|
>See All</a
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue