#### 表单数据存储于 Vuex Store 中 通过使用 onFieldsChange 与 mapPropsToFields,可以把表单的数据存储到 Vuex 中。 **注意:** `mapPropsToFields` 里面返回的表单域数据必须使用 `Form.createFormField` 包装。 #### Store Form Data into Vuex Store We can store form data into Vuex Store. **Note:** You must wrap field data with `Form.createFormField` in `mapPropsToFields`.