完成单曲搜索,其他pr
This commit is contained in:
@@ -17,6 +17,7 @@ const search = () => {
|
||||
if (keywords.value.length > 0){
|
||||
pubsub.publish("zp.toggleSearch");
|
||||
// elSearch.value.blur()
|
||||
store.commit('addSearchHistory', keywords.value)
|
||||
router.push(`/search/1/${keywords.value}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user