update main concepts

This commit is contained in:
张磊 2019-01-16 10:22:30 +08:00
parent da4d32b77b
commit 60ce0dc444
2 changed files with 4 additions and 3 deletions

View File

@ -639,6 +639,7 @@ render(<todo-app />, 'body')
你也可以手动执行 this.update ,然后在它后面获取真实的 dom 。
<!--
### Use
```js
@ -679,7 +680,7 @@ define('my-counter', function() {
})
render(<my-counter />, 'body')
```
``` -->
### SSR

View File

@ -660,7 +660,7 @@ render(<todo-app />, 'body')
```
You can also execute `this.update` manually and then get the dom after update.
<!--
### Use
```js
@ -701,7 +701,7 @@ define('my-counter', function() {
})
render(<my-counter />, 'body')
```
``` -->
### SSR