1
0
Fork 0

Update SearchResults component

This commit is contained in:
Daniel Supernault 2019-04-01 21:48:20 -06:00
parent 7903d61699
commit 680387e35b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export default {
this.fetchSearchResults();
},
mounted() {
$('.search-form input').val(this.query);
$('.search-bar input').val(this.query);
},
updated() {