SOme vuetify things

This commit is contained in:
Kasper Rynning-Tønnesen
2019-11-18 12:15:35 +01:00
parent 0501a7ebbb
commit f9f03b0e03
12 changed files with 201 additions and 187 deletions

View File

@@ -1,15 +1,15 @@
<template>
<div>
<v-app>
<h1>Styleguide</h1>
<div class="row">
<div>
<h2>Chat</h2>
<Chat />
</div>
<div class="row">
<div>
<h2>Playlist-element</h2>
<Playlist />
</div>
</div>
</v-app>
</template>