Moves boards into their own state

This commit is contained in:
Michael Weimann
2018-12-11 15:42:25 +01:00
parent 643d70e6f0
commit 6b2873ab28
7 changed files with 142 additions and 97 deletions

View File

@@ -62,7 +62,7 @@ export default {
})
},
created: function() {
this.$store.dispatch('nav/loadBoards')
this.$store.dispatch('boards/loadBoards')
}
}