Skip to content

Commit

Permalink
Update reactjs-introduction.md
Browse files Browse the repository at this point in the history
如果沒有結束的tag會造成babel編譯錯誤
  • Loading branch information
walesyu committed Nov 7, 2016
1 parent 1479817 commit 82ba326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ch03/reactjs-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ React 在設計上的思路認為使用 Component 比起模版(Template)和
```javascript
// <MailForm /> 內部長相
<form>
<input type="text" name="email">
<input type="text" name="email" />
<button type="submit"></button>
</form>
```
Expand Down

0 comments on commit 82ba326

Please sign in to comment.