@hzab/form-render-mobile 0.1.1 → 0.2.0

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/README.md CHANGED
@@ -37,7 +37,7 @@ export default () => {
37
37
  ### InfoPanel Attributes
38
38
 
39
39
  | 参数 | 类型 | 必填 | 默认值 | 说明 |
40
- | ------------- | --------------------- | ---- | ------ | ----------------------------- | --- |
40
+ | ------------- | --------------------- | ---- | ------ | ----------------------------- |
41
41
  | schema | Object | 是 | - | 数据信息的 schema | |
42
42
  | className | string | 否 | - | 元素类名 | |
43
43
  | initialValues | Object | 否 | - | 表单初始值 | |