是虹川飴 3 years ago committed by GitHub
parent d153810205
commit cbeb64a65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save