This commit is contained in:
lesion
2019-06-09 00:45:50 +02:00
parent ccaf53aa24
commit 792bc64ce5
16 changed files with 144 additions and 105 deletions

View File

@@ -27,7 +27,6 @@ export default {
data () {
return {
onlyMine: false,
withPast: true,
}
},
name :'Search',
@@ -45,7 +44,7 @@ export default {
this.showPastEvents(value)
},
get () {
return this.show_past_events
return this.filters.show_past_events
}
},
filter: {