mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
redesign the album bio component
This commit is contained in:
@@ -7,14 +7,22 @@
|
||||
<Content :tracks="album.tracks" />
|
||||
</template>
|
||||
<template #bottom>
|
||||
<Bottom :artists="album.artists" :bio="album.bio" />
|
||||
<Bottom
|
||||
:artists="album.artists"
|
||||
:bio="album.bio"
|
||||
:image="album.info.image"
|
||||
/>
|
||||
</template>
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import useAStore from "@/stores/pages/album";
|
||||
import { onBeforeRouteUpdate, RouteLocationNormalized, RouteParams } from "vue-router";
|
||||
import {
|
||||
onBeforeRouteUpdate,
|
||||
RouteLocationNormalized,
|
||||
RouteParams,
|
||||
} from "vue-router";
|
||||
|
||||
import Page from "@/layouts/HeaderContentBottom.vue";
|
||||
import Bottom from "./Bottom.vue";
|
||||
|
||||
Reference in New Issue
Block a user