app.component('todo-list', { // ... provide() { return { todoLength: Vue.computed(() => this.todos.length) } } })