请问tabs.vue中的todo是从哪来的
请问tabs.vue中的todo是从哪来的?不需要用props传递吗?
computed: {
unfinishedTodoLength(){
return this.todos.filter(todo => !todo.completed).length
}
},
请问tabs.vue中的todo是从哪来的?不需要用props传递吗?
computed: {
unfinishedTodoLength(){
return this.todos.filter(todo => !todo.completed).length
}
},
2019-05-15
举报