mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
search国际化以及keywords和result的验证 (#32)
* feat: add i18n of modal * feat: add i18n of search * fix: checkout keywords * fix: checkout result Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
This commit is contained in:
parent
3d4d1e9f66
commit
36faa33c5f
4 changed files with 28 additions and 8 deletions
|
|
@ -70,6 +70,7 @@ export default {
|
|||
else this.$router.go(1);
|
||||
},
|
||||
goToSearchPage() {
|
||||
if(!this.keywords) return;
|
||||
this.$router.push({
|
||||
name: "search",
|
||||
query: { keywords: this.keywords },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue