使用JSX写elementUI时可能会出现的错误。
错误在于使用了 model绑定表单数据对象。
应该使用 props:{{model: this.form}} 替代
props:{{model: this.form}}
使用JSX写elementUI时可能会出现的错误。
错误在于使用了 model绑定表单数据对象。
应该使用 props:{{model: this.form}} 替代
props:{{model: this.form}}
本文标题:使用JSX写elementUI时可能会出现的错误
本文链接:https://www.haomeiwen.com/subject/jhhpaltx.html
网友评论