Update template
parent
5eb587f63f
commit
b453961003
10
template.md
10
template.md
|
@ -11,11 +11,11 @@ import { html, Component } from 'wkit'
|
|||
|
||||
class Foo extends Component {
|
||||
|
||||
render() {
|
||||
return html`
|
||||
<h1>Hello Wkit!</h1>
|
||||
`
|
||||
}
|
||||
render() {
|
||||
return html`
|
||||
<h1>Hello Wkit!</h1>
|
||||
`
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue