This commit is contained in:
当耐特 2018-05-03 11:32:33 +08:00 committed by GitHub
parent 46ab655552
commit be19524a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -107,11 +107,11 @@ render(<App />, 'body')
``` js
render() {
return (
<div>
<Hello name={this.name}></Hello>
<Hello name={this.name}></Hello>
<Hello name={this.name}></Hello>
</div>
<div>
<Hello name={this.name}></Hello>
<Hello name={this.name}></Hello>
<Hello name={this.name}></Hello>
</div>
)
}
```