问答详情
源自:3-4 实现todo应用的业务逻辑

老师,为什么todo.vue的toggleFilter方法中的state赋值给this.filter,但是state和this.filter打印出来不一样呢?

老师,为什么todo.vue的toggleFilter方法中的state赋值给this.filter,但是state和this.filter打印出来不一样呢?

提问者:晓庆浅浅 2018-05-10 11:53

个回答

  • learn_learn_about
    2018-05-10 17:22:54
    已采纳

    你打印的位置放在赋值前面了,那时候值还没改变,把打印放在this,filter = state后面就好了

  • 米高zheng
    2018-08-30 20:24:29

    是不是 没有把值传给父组件?

  • 晓庆浅浅
    2018-05-11 12:01:02

    all active completed 标签切换的时候,filteredTodos方法不起作用呢?也不报错。。。,帮忙回答下呗~~