1 2 3 4 5
computed: { doneTodosCount () { return this.$store.state.todos.filter(todo => todo.done).length } }