More skeleton loader, repair bandDetailPage

This commit is contained in:
2024-10-04 18:01:37 +02:00
parent bfffd72a4a
commit 8165f17fc8
18 changed files with 262 additions and 93 deletions

View File

@@ -5,7 +5,6 @@ defineProps({
image: String,
title: String,
description: String,
price: String,
loading: Boolean
})
</script>
@@ -35,7 +34,7 @@ defineProps({
size="x-large"
/>
</div>
{{ price }}
<slot name="append-text"></slot>
</template>
</card-with-left-image>
</v-col>