fix search error

This commit is contained in:
tatoMa 2020-03-14 12:16:23 +11:00
parent 3ce94e9faf
commit 01f06c8951
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -85,7 +85,7 @@ export default {
this.searchOpen = !this.searchOpen
},
searchInput () {
this.goToSearchInput()
this.goToSearchName()
this.search = ''
this.searchOpen = false
},