mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
feat: auto load more search track results
This commit is contained in:
committed by
Mungai Njoroge
parent
1d03b21caf
commit
3d37cd59b3
@@ -0,0 +1,12 @@
|
||||
<template></template>
|
||||
<script setup lang="ts">
|
||||
import { onMounted } from "vue";
|
||||
|
||||
const props = defineProps<{
|
||||
action: () => void;
|
||||
}>();
|
||||
|
||||
onMounted(() => {
|
||||
props.action();
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user