#1906, click on header menu base reset search
This commit is contained in:
@ -54,7 +54,14 @@ export default {
|
||||
// console.log("Clicked on header menu link", event)
|
||||
const href = event.target.getAttribute('href')
|
||||
// this.openCloseHamMenu(false)
|
||||
this.$router.push(href)
|
||||
// this.$router.push({name:'base', query:{
|
||||
// keys:this.typed,
|
||||
// // terms:this.autocomplete.join(','),
|
||||
// terms: JSON.stringify(this.autocomplete),
|
||||
// filters:filters.join(',')
|
||||
// }})
|
||||
|
||||
this.$router.push({path: href, query: {}})
|
||||
}
|
||||
},
|
||||
render(h) {
|
||||
|
Reference in New Issue
Block a user