Playlist-element

This commit is contained in:
Kasper Rynning-Tønnesen
2019-11-16 21:32:43 +01:00
parent 6b40947302
commit a06f965163
7 changed files with 8122 additions and 20 deletions

View File

@@ -0,0 +1,24 @@
<template>
<div>
<h1>Styleguide</h1>
<div class="row">
<h2>Playlist-element</h2>
<Playlist />
</div>
</div>
</template>
<script>
import Playlist from "@/components/playlist/Playlist";
export default {
components: {
Playlist
}
}
</script>
<style lang="scss" scoped>
</style>