(chilled) add loader when loading music

This commit is contained in:
2020-07-15 20:20:42 +02:00
parent 9c81038bed
commit 42d29e28e1
5 changed files with 101 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div id="app">
<img src="@/assets/logo.svg" alt="binôme" />
<img class="logo" src="@/assets/logo.svg" alt="binôme" />
<router-view />
</div>
</template>
@@ -11,11 +11,12 @@
#app {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
min-height: 100vh;
}
svg {
margin: 0.1rem;
img.logo {
margin-top: 1rem;
}
</style>