mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
parent
d153810205
commit
cbeb64a65c
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ export default {
|
||||||
},
|
},
|
||||||
goToCategory(Category) {
|
goToCategory(Category) {
|
||||||
this.showCatOptions = false;
|
this.showCatOptions = false;
|
||||||
this.$router.push({ path: '/explore?category=' + Category });
|
this.$router.push({ name: 'explore', query: { category: Category } });
|
||||||
},
|
},
|
||||||
updatePlaylist(playlists) {
|
updatePlaylist(playlists) {
|
||||||
this.playlists.push(...playlists);
|
this.playlists.push(...playlists);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue