mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
loadmore tracks, albums, artists
This commit is contained in:
@@ -19,8 +19,11 @@ export default {
|
||||
LoadMore,
|
||||
},
|
||||
setup(props, { emit }) {
|
||||
let counter = 0;
|
||||
|
||||
function loadMore() {
|
||||
emit("loadMore");
|
||||
counter += 6;
|
||||
emit("loadMore", counter);
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user