Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2020-02-07 12:29:39 +01:00
committed by Julius Härtl
parent 27679c43bf
commit 7750621917
6 changed files with 237 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ import stack from './stack'
import card from './card'
import comment from './comment'
import trashbin from './trashbin'
import attachment from './attachment'
Vue.use(Vuex)
@@ -48,6 +49,7 @@ export default new Vuex.Store({
card,
comment,
trashbin,
attachment,
},
strict: debug,
state: {