美文网首页
使用JSX写elementUI时可能会出现的错误

使用JSX写elementUI时可能会出现的错误

作者: 十年码农的觉醒 | 来源:发表于2021-10-27 14:36 被阅读0次

    使用JSX写elementUI时可能会出现的错误。
    错误在于使用了 model绑定表单数据对象。
    应该使用 props:{{model: this.form}} 替代

    props:{{model: this.form}} 
    

    相关文章

      网友评论

          本文标题:使用JSX写elementUI时可能会出现的错误

          本文链接:https://www.haomeiwen.com/subject/jhhpaltx.html