@simpleform/render 1.0.8 → 1.0.9
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 +549 -550
- package/README_CN.md +0 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/README_CN.md
CHANGED
|
@@ -380,7 +380,6 @@ export default function Demo(props) {
|
|
|
380
380
|
- `formrender`: 负责渲染的表单类。通过`useSimpleFormRender()`创建,选填.
|
|
381
381
|
- `form`: 负责表单的值的类。通过`useSimpleForm()`创建,选填.
|
|
382
382
|
- `uneval`: 不执行表单中的字符串表达式.
|
|
383
|
-
- `plugin`: 在字符串表达式中引入的外部的库.
|
|
384
383
|
|
|
385
384
|
### SimpleFormRender's Methods
|
|
386
385
|
- `updateItemByPath`: `(data?: any, path?: string, attributeName?: string) => void` 更新路径`path`对应的节点,如果更新节点中的具体属性则需要`attributeName`参数
|