store filters in app state

This commit is contained in:
les
2021-03-10 15:26:09 +01:00
parent 780a3d9241
commit 69af44146c
7 changed files with 190 additions and 145 deletions

View File

@@ -22,7 +22,9 @@ import { mapState } from 'vuex'
export default {
name: 'EmbedEvent',
props: ['event'],
props: {
event: { type: Object, default: () => ({})}
},
computed: {
...mapState(['settings']),
code () {