general-basic-form 1.0.37 → 1.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -52,8 +52,8 @@ import { VGeneralBasicForm } from "general-basic-form";
52
52
  ref="VGeneralBasicFormRef"
53
53
  :labelWidth="formLabelWidth"
54
54
  v-bind:loading:sync="loading"
55
- :formData: {
56
- // 外部传入的表单数据,用于回填
55
+ :formData.sync: {
56
+ // 外部传入的表单数据(可以是响应式数据),用于回填
57
57
  }
58
58
  noUrlParameters
59
59
  :afterReset="afterReset"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-basic-form",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "type": "module",