1
0
mirror of https://github.com/apachecn/eloquent-js-3e-zh.git synced 2025-05-29 08:12:22 +00:00
This commit is contained in:
wizardforcel 2018-06-02 15:14:23 +08:00
parent 8ade687fea
commit eea6d03ea8

2
21.md
View File

@ -532,7 +532,7 @@ function renderComment(comment) {
} }
``` ```
最后,用户可以用于创建新对话的表现,渲染为这样。 最后,用户可以使用表单创建新对话,它渲染为这样。
```js ```js
function renderTalkForm(dispatch) { function renderTalkForm(dispatch) {