We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c0396 commit ab71f8eCopy full SHA for ab71f8e
1 file changed
README.zh-CN.md
@@ -79,8 +79,8 @@ npm start
79
80
| 参数 | 类型 | 默认值 | 说明 |
81
| -------- | ------------------------------------------------------------------- | ------- | ------------------------------------------------------------------------- |
82
-| children们 | `React.ReactNode` | - | 要渲染和观察的节点。 |
83
-| 选项 | `MutationObserverInit` | - | 本机观察者选项,例如 `attributes`、`childList` 和 `subtree`。 |
+| children | `React.ReactNode` | - | 要渲染和观察的节点。 |
+| options | `MutationObserverInit` | - | 本机观察者选项,例如 `attributes`、`childList` 和 `subtree`。 |
84
| onMutate | `(mutations: MutationRecord[], observer: MutationObserver) => void` | - | 当报告观察到的突变时触发。 |
85
86
### useMutateObserver
0 commit comments