fix: typos

pull/967/head
George Treviranus 4 years ago committed by GitHub
parent 63822b477a
commit 7c2452a4b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -614,7 +614,7 @@ express that by supplying an array at the named event property. The
first element in the array should be a function that will be invoked
with the value in the second element once the event occurs.
```mjse
```mjs
function clickHandler(number) {
console.log("button " + number + " was clicked!");
}
@ -866,6 +866,8 @@ For example `h('div', {props: {className: 'container'}}, [...])` will produce a
});
```
as its `.data` object.
### children : Array<vnode>
The `.children` property of a virtual node is the third (optional)

Loading…
Cancel
Save