commit
164aea3a3a
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ let methods = {
|
|||
|
||||
updateSearch(e) {
|
||||
e.preventDefault();
|
||||
window.location = '/search?term=' + encodeURIComponent(this.termString);
|
||||
window.location = window.baseUrl('/search?term=' + encodeURIComponent(this.termString));
|
||||
},
|
||||
|
||||
enableDate(optionName) {
|
||||
|
@ -192,4 +192,4 @@ function created() {
|
|||
|
||||
module.exports = {
|
||||
data, computed, methods, created
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue