fix #808, auto close results trail
This commit is contained in:
@@ -53,6 +53,12 @@ export default {
|
|||||||
historyItems: state => state.History.items
|
historyItems: state => state.History.items
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
$route (n, o) {
|
||||||
|
// console.log('route changed')
|
||||||
|
this.resultsOpened = false
|
||||||
|
}
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
openResults () {
|
openResults () {
|
||||||
this.resultsOpened = true
|
this.resultsOpened = true
|
||||||
|
|||||||
Reference in New Issue
Block a user