mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
highlight the selected when you go to folder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Page :onBottomRaised="fetchAlbumBio">
|
||||
<Page :bottomRaisedCallback="fetchAlbumBio">
|
||||
<template #header>
|
||||
<Header :album="album.info" />
|
||||
</template>
|
||||
@@ -13,14 +13,13 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onBeforeRouteUpdate, RouteLocationNormalized, RouteParams } from "vue-router";
|
||||
import useAStore from "@/stores/pages/album";
|
||||
import { onBeforeRouteUpdate, RouteLocationNormalized, RouteParams } from "vue-router";
|
||||
|
||||
import Page from "@/layouts/HeaderContentBottom.vue";
|
||||
import Header from "./Header.vue";
|
||||
import Content from "./Content.vue";
|
||||
import Bottom from "./Bottom.vue";
|
||||
import { onBeforeUnmount } from "vue";
|
||||
import Content from "./Content.vue";
|
||||
import Header from "./Header.vue";
|
||||
|
||||
const album = useAStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user