This commit is contained in:
lesion
2019-06-11 23:53:16 +02:00
parent f70721cb52
commit c3bcc127d0
6 changed files with 6 additions and 27 deletions

View File

@@ -90,10 +90,6 @@ export default {
imgPath (event) {
return event.image_path && event.image_path
},
close (done) {
this.$router.replace('/')
done()
}
},
computed: {
...mapState(['filters', 'events']),