问题展示
1、在jsx语法中给form组件这样增加model属性
2、会出现以下报错信息,Invalid handler for event "input": got undefined
解决方法:
有两种方式:
1、增加Input事件
2、利用props属性,把model写在props属性里面