mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 06:15:26 +08:00
parent
d153810205
commit
cbeb64a65c
|
@ -132,7 +132,7 @@ export default {
|
|||
},
|
||||
goToCategory(Category) {
|
||||
this.showCatOptions = false;
|
||||
this.$router.push({ path: '/explore?category=' + Category });
|
||||
this.$router.push({ name: 'explore', query: { category: Category } });
|
||||
},
|
||||
updatePlaylist(playlists) {
|
||||
this.playlists.push(...playlists);
|
||||
|
|
Loading…
Reference in New Issue
Block a user