老师,为什么todo.vue的toggleFilter方法中的state赋值给this.filter,但是state和this.filter打印出来不一样呢?
你打印的位置放在赋值前面了,那时候值还没改变,把打印放在this,filter = state后面就好了
是不是 没有把值传给父组件?