omi 3.0
This commit is contained in:
parent
bb959bf050
commit
22d7e8718d
10
README.CN.md
10
README.CN.md
|
@ -64,7 +64,7 @@ class App extends Component {
|
|||
}`
|
||||
}
|
||||
|
||||
staticStyle() {
|
||||
staticStyle() {
|
||||
return `div{
|
||||
font-size:20px;
|
||||
}`
|
||||
|
@ -72,10 +72,10 @@ class App extends Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<Hello name={this.name}></Hello>
|
||||
<h3 onclick={this.handleClick}>Scoped css and event test! click me!</h3>
|
||||
</div>
|
||||
<div>
|
||||
<Hello name={this.name}></Hello>
|
||||
<h3 onclick={this.handleClick}>Scoped css and event test! click me!</h3>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue