mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
fix: bugs
This commit is contained in:
parent
fa9f2d9785
commit
95f22f47fe
11 changed files with 50 additions and 56 deletions
|
|
@ -80,7 +80,7 @@ export default {
|
|||
if (e.target.tagName === 'INPUT') return false;
|
||||
if (this.$route.name === 'mv') return false;
|
||||
e.preventDefault();
|
||||
this.player.play();
|
||||
this.player.playOrPause();
|
||||
}
|
||||
},
|
||||
fetchData() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue