Skip to content

Commit

Permalink
修改错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
Zegendary committed Feb 21, 2017
1 parent 4ecebfa commit dd300c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion todoMvc/todoMvc-6step/out/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -16547,7 +16547,7 @@ var App = function (_React$Component) {
_react2.default.createElement(
_radio2.default,
{ value: 2 },
'\u767B\u9646'
'\u767B\u5165'
)
),
_react2.default.createElement(_Login2.default, { loginOrSignUp: this.loginOrSignUp.bind(this), value: this.state.value })
Expand Down
2 changes: 1 addition & 1 deletion todoMvc/todoMvc-6step/src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class App extends React.Component { //定义组件,继承父类
<h1 className="todo-title">React-Todos</h1>
<RadioGroup className="radio-wrapper" onChange={this.onChange.bind(this)} value={this.state.value}>
<Radio value={1}>注册</Radio>
<Radio value={2}>登陆</Radio>
<Radio value={2}>登入</Radio>
</RadioGroup>
<Login loginOrSignUp={this.loginOrSignUp.bind(this)} value={this.state.value}/>
</div>
Expand Down

0 comments on commit dd300c0

Please sign in to comment.