refactor: don't make API calls directly

This commit is contained in:
Sol Fisher Romanoff 2022-06-18 16:04:18 +03:00
parent 9217ca8476
commit a6136f6cb2
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62
8 changed files with 115 additions and 47 deletions

View file

@ -16,7 +16,7 @@ const Lists = {
},
computed: {
lists () {
return this.$store.state.api.lists
return this.$store.state.lists.allLists
}
},
methods: {