mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
somethings I don't remember
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
<template>
|
||||
<div class="a-container">
|
||||
<TopAlbums />
|
||||
<Albums />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import TopAlbums from "../components/AlbumsExplorer/TopAlbums.vue";
|
||||
import Albums from "../components/AlbumsExplorer/AlbumList.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
TopAlbums,
|
||||
Albums
|
||||
},
|
||||
};
|
||||
</script>
|
||||
@@ -18,7 +21,7 @@ export default {
|
||||
.a-container {
|
||||
height: 100%;
|
||||
border-radius: $small;
|
||||
background-color: $card-dark;
|
||||
padding: $small;
|
||||
// background-color: $card-dark;
|
||||
// padding: $small;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user