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 5d3a2c5 commit 62979b4Copy full SHA for 62979b4
1 file changed
react/component/src/communication/README.md
@@ -277,4 +277,7 @@ var ChildrenComponent4_2 = React.createClass({
277
});
278
ReactDOM.render(<ParentComponent4/>, document.getElementById('div4'));
279
```
280
-[效果预览](https://wscats.github.io/react-tutorial/react/component/src/communication/communication.html)
+
281
+### 效果预览
282
283
+- [父子组件双向通信](https://wscats.github.io/react-tutorial/react/component/src/communication/communication.html)
0 commit comments