Fix bug with first search
This commit is contained in:
parent
22511c0a82
commit
c26c7aa263
|
|
@ -7,7 +7,7 @@
|
||||||
} else {
|
} else {
|
||||||
fetch('/search.json').then(res => res.json()).then(res => {
|
fetch('/search.json').then(res => res.json()).then(res => {
|
||||||
sessionStorage.setItem('searchResults', JSON.stringify(res));
|
sessionStorage.setItem('searchResults', JSON.stringify(res));
|
||||||
searchResults = JSON.stringify(res);
|
searchResults = res;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
" @input="
|
" @input="
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue