This commit is contained in:
是虹川飴 2021-12-31 18:56:16 +08:00 committed by GitHub
parent d153810205
commit cbeb64a65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);