mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
remove bottom content
This commit is contained in:
+4
-1
@@ -74,8 +74,11 @@ const routes = [
|
||||
component: AlbumView,
|
||||
beforeEnter: async (to) => {
|
||||
state.loading.value = true;
|
||||
await useAStore()
|
||||
const store = useAStore();
|
||||
|
||||
await store
|
||||
.fetchTracksAndArtists(to.params.hash)
|
||||
.then(() => store.fetchBio(to.params.hash))
|
||||
.then(() => {
|
||||
state.loading.value = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user