mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-10 11:29:37 +00:00
Playlist-element
This commit is contained in:
24
frontend/components/Styleguide.vue
Normal file
24
frontend/components/Styleguide.vue
Normal 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>
|
||||
Reference in New Issue
Block a user