loadmore tracks, albums, artists

This commit is contained in:
geoffrey45
2022-02-26 07:57:02 +03:00
parent 2143ad7139
commit 8459310258
11 changed files with 198 additions and 46 deletions
+4 -1
View File
@@ -19,8 +19,11 @@ export default {
LoadMore,
},
setup(props, { emit }) {
let counter = 0;
function loadMore() {
emit("loadMore");
counter += 6;
emit("loadMore", counter);
}
return {