client:fetch songs and folders in folder view

This commit is contained in:
geoffrey45
2021-12-16 23:26:44 +03:00
parent 701f61250e
commit 4df1d01c0d
4 changed files with 34 additions and 21 deletions
+3 -1
View File
@@ -22,7 +22,9 @@
<script>
export default {
props: ["folders"],
setup() {},
setup() {
console.log('props.folders')
},
};
</script>