add working player
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<div class="mt-8 p-8 w-full flex flex-wrap justify-around">
|
||||
<MoleculeCard v-for="track in dataStore.getTracksByCompilationId(compilation.id)" :key="track.id" :track="track"
|
||||
:isFlipped="true" />
|
||||
<MoleculeCard v-for="track in dataStore.getTracksByCompilationId(compilation.id)" :key="track.id" :track="track" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -14,4 +13,4 @@ const props = defineProps<{
|
||||
}>()
|
||||
|
||||
const dataStore = useDataStore()
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user