Fixed 'See All' Error

This commit is contained in:
shiny_nematoda 2022-04-07 02:32:34 +05:30
parent 98d558ad6f
commit f80a86a3ae

View file

@ -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
>