clean components

This commit is contained in:
geoffrey45
2022-09-21 15:09:51 +03:00
committed by Mungai Njoroge
parent 74ea700d93
commit d4f54a21b4
3 changed files with 26 additions and 11 deletions
+2 -1
View File
@@ -40,11 +40,12 @@
</template>
<script setup lang="ts">
import { useElementSize, useVirtualList } from "@vueuse/core";
import { computed, ref } from "vue";
import { useElementSize, useVirtualList } from "@vueuse/core";
import { Track } from "@/interfaces";
import useQStore from "@/stores/queue";
import SongItem from "@/components/shared/SongItem.vue";
const props = defineProps<{