Merge pull request #71 from electerious/patch-1

Fix typo in main-concepts
This commit is contained in:
当耐特 2018-10-20 05:13:12 +08:00 committed by GitHub
commit 05c842f78d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ class MyFirstElement extends WeElement {
}
render(props, data) {
//data === this.store.data when using store stystem
//data === this.store.data when using store system
return (
<h1 onClick={this.onClick}>Hello, {data.name}!</h1>
)
@ -267,4 +267,4 @@ render(<my-app></my-app>, 'body')
Recommended class librarie:
* https://github.com/skatejs/skatejs/tree/master/packages/ssr
* https://www.youtube.com/watch?v=yT-EsESAmgA
* https://www.youtube.com/watch?v=yT-EsESAmgA