mirror of
https://github.com/tatoMa/neteast-cloud-music-player
synced 2024-11-14 03:47:10 +00:00
fix search error
This commit is contained in:
parent
3ce94e9faf
commit
01f06c8951
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ https://github.com/Binaryify/NeteaseCloudMusicApi
|
|||
- [ ] maybe login?
|
||||
- [ ] large image adaptive loading
|
||||
- [ ] download music function
|
||||
- [x] reduce the bundle size and loading size(to homepage 440k total)
|
||||
- [x] material icon tree-shaking (Reduce 300K after build the bundle)
|
||||
- [x] message tab with styled component and function
|
||||
- [x] click and play music without wipeout playlist
|
||||
|
|
|
@ -85,7 +85,7 @@ export default {
|
|||
this.searchOpen = !this.searchOpen
|
||||
},
|
||||
searchInput () {
|
||||
this.goToSearchInput()
|
||||
this.goToSearchName()
|
||||
this.search = ''
|
||||
this.searchOpen = false
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue