Merge pull request #71 from electerious/patch-1
Fix typo in main-concepts
This commit is contained in:
commit
05c842f78d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue