search

Home  >  Q&A  >  body text

javascript - vueclick event reports an error when clicked

The following is the error code and the code I wrote

Please help me to see if there is anything wrong with the code I wrote

習慣沉默習慣沉默2734 days ago798

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-07-05 10:45:14

    Method name cannot be repeated with Attribute name

    data() {
        return {
          isOpen: false,
          toggleContent: ""//这个名字和方法名字重复了,换掉就可以了
        }
    },

    reply
    0
  • Cancelreply