Merge branch 'master' into deploy

This commit is contained in:
qier222 2022-01-03 15:39:42 +08:00
commit 3d0a3446b8
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D

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