fix playing tracks on album page

This commit is contained in:
geoffrey45
2022-10-04 10:09:27 +03:00
committed by Mungai Njoroge
parent 977d9282cb
commit 6adf5df4c6
4 changed files with 68 additions and 46 deletions
@@ -1,6 +1,6 @@
<template>
<div class="morexx">
<button class="btn" @click="loader">
<button class="btn" @click.prevent="loader()">
<div class="text">Load More</div>
</button>
</div>