ra-element 0.1.24 → 0.1.25

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.
package/docs/ra-form.md CHANGED
@@ -11,4 +11,3 @@
11
11
  | inline | [Boolean, Number] as PropType<boolean \| number> | 同原el-form,增加可传数字类型,代表一行几个 | false | |
12
12
  | modelValue | Object | v-model绑定,如果不使用,options必须配置,最后通过ref的getFormData获取form数据 | | |
13
13
  | itemMarginRight | Number | inline时候的每个item的margin-right距离,默认20 | 20 | |
14
- | rules | Object | 表单验证规则 | {} | |