fix prod build again + fetch lists (and follow request) on login,

stop fetching on logout, don't start fetching in components
This commit is contained in:
Henry Jameson 2022-08-15 20:43:38 +03:00
commit ebe095bd76
4 changed files with 8 additions and 16 deletions

View file

@ -11,9 +11,6 @@ const Lists = {
ListsCard,
ListsNew
},
created () {
this.$store.dispatch('startFetchingLists')
},
computed: {
lists () {
return this.$store.state.lists.allLists