mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
client:fetch songs and folders in folder view
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
<script>
|
||||
export default {
|
||||
props: ["folders"],
|
||||
setup() {},
|
||||
setup() {
|
||||
console.log('props.folders')
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user