Begin writing function to make the playlist
This commit is contained in:
parent
18e4264ce5
commit
d260381b41
1 changed files with 5 additions and 1 deletions
|
|
@ -68,7 +68,11 @@ export default {
|
||||||
this.container = true;
|
this.container = true;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
methods: {},
|
methods: {
|
||||||
|
create_playlist() {
|
||||||
|
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue