mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-27 03:45:40 +00:00
Chat
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
<div>
|
||||
<h1>Styleguide</h1>
|
||||
<div class="row">
|
||||
<h2>Playlist-element</h2>
|
||||
<Playlist />
|
||||
<h2>Chat</h2>
|
||||
<Chat />
|
||||
</div>
|
||||
<div class="row">
|
||||
<h2>Playlist-element</h2>
|
||||
<Playlist />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -11,12 +15,14 @@
|
||||
|
||||
<script>
|
||||
import Playlist from "@/components/playlist/Playlist";
|
||||
import Chat from "@/components/chat/Chat";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Playlist
|
||||
}
|
||||
}
|
||||
components: {
|
||||
Chat,
|
||||
Playlist
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user