fix(docs): closing the input tag (#345)
This commit is contained in:
committed by
Yoshua Wuyts
parent
cb94fc8d5b
commit
911eaf397a
@@ -140,7 +140,7 @@ const mainView = (state, prev, send) => html`
|
|||||||
<h1>Title: ${state.title}</h1>
|
<h1>Title: ${state.title}</h1>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
oninput=${(e) => send('update', e.target.value)}>
|
oninput=${(e) => send('update', e.target.value)}/>
|
||||||
</main>
|
</main>
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user