chore: Prettified Code
[ci skip]
This commit is contained in:
parent
48f9c2e2d8
commit
7672171cc0
1 changed files with 2 additions and 2 deletions
|
@ -1905,8 +1905,8 @@ const app = new Vue({
|
||||||
async getSearchHints() {
|
async getSearchHints() {
|
||||||
if (this.search.term == "") {
|
if (this.search.term == "") {
|
||||||
this.search.hints = [];
|
this.search.hints = [];
|
||||||
this.search.showHints = true
|
this.search.showHints = true;
|
||||||
this.search.showSearchView = false
|
this.search.showSearchView = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let hints = await (
|
let hints = await (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue