fix missing closing tag

This commit is contained in:
Thomas Amland 2020-08-08 15:04:43 +02:00
parent 7c751ef28a
commit 9f842bcffe

View File

@ -5,6 +5,7 @@
<div>{{ track.artist }}</div> <div>{{ track.artist }}</div>
<v-card color=blue tile height="100%" width="100%"></v-card> <v-card color=blue tile height="100%" width="100%"></v-card>
</div> </div>
</div>
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">
.on-hover { .on-hover {