Display all bands grouped by genre, create m:n association between Band and Genre in database

This commit is contained in:
2024-09-27 23:25:24 +02:00
parent 513c73c5c1
commit 8d0b141217
29 changed files with 275 additions and 165 deletions

View File

@@ -65,16 +65,10 @@ watch(() => preferencesStore.language, () => {
<!-- Here changes the router the content -->
<v-container max-width="1200" class="pt-0 pb-5">
<v-sheet>
<v-sheet color="sheet">
<router-view></router-view>
</v-sheet>
</v-container>
</v-main>
</v-app>
</template>
<style scoped>
.v-sheet {
background-color: #333333;
}
</style>
</template>