问答详情
源自:3-1 todolist功能开发

为什么报错了啊

代码: 

methods:{
    handleSubmit:function(){
        this.list.push(this.inputValue)
        this.inputValue=""
    }

报错了:

test4.html:25 Uncaught TypeError: this.list.push is not a function

    at Vue.handleSubmit (test4.html:25)

    at invoker (vue.js:2032)

    at HTMLButtonElement.fn._withTask.fn._withTask (vue.js:1831)


提问者:qq_莫莫_14 2018-07-12 10:23

个回答

  • 慕码人0226809
    2020-04-15 21:12:50

    大概是list:[] 的格式写错了吧 都不贴完整的代码

  • 努力努力再努力的兔子
    2018-11-04 17:16:50

    请问你怎么解决的?

  • qq_莫莫_14
    2018-07-12 10:27:42

    知道了,已解决