mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
initial buid of folder explorer view
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
<template>
|
||||
<div class="about">
|
||||
<h1>This is a folder view</h1>
|
||||
<div>
|
||||
<SongList/>
|
||||
<!-- <hr> -->
|
||||
<FolderList/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import SongList from "@/components/FolderView/SongList.vue";
|
||||
import FolderList from "@/components/FolderView/FolderList.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
SongList,
|
||||
FolderList
|
||||
},
|
||||
setup() {
|
||||
return {
|
||||
//
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user