update main concepts
This commit is contained in:
parent
da4d32b77b
commit
60ce0dc444
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue