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>
|
||||
</div>
|
||||
<a
|
||||
v-if="this.notes"
|
||||
@click.prevent="$emit('get-album', '/playlist?list=' + this.notes.items)"
|
||||
v-if="notes"
|
||||
@click.prevent="$emit('get-album', '/playlist?list=' + notes.items)"
|
||||
class="more"
|
||||
>See All</a
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue