Added track listing

This commit is contained in:
2020-11-26 06:42:04 +01:00
parent 31f8cffec1
commit 6a63392b09
6 changed files with 82 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ export default {
},
methods: {
openCollection(id) {
console.log(id);
this.$router.push({name: "Collection", params: {id}})
}
},
mounted() {