mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-22 12:44: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…
x
Reference in New Issue
Block a user