mirror of https://github.com/n2geoff/um
readme
This commit is contained in:
parent
c91c015ffd
commit
d4685064d0
|
@ -30,10 +30,9 @@ The `app()` is the builder function and takes an `opts` object:
|
||||||
|
|
||||||
#### Output:
|
#### Output:
|
||||||
|
|
||||||
| Property | Description |
|
| Property | Description |
|
||||||
| --------------- | --------------------------------------------------------- |
|
| --------------- | --------------------------------------------- |
|
||||||
| `state([data])` | state function to get or update internal data |
|
| `state([data])` | state function to get or update internal data |
|
||||||
| `actions` | component actions that you can call outside the component |
|
|
||||||
|
|
||||||
### h(tag, [...args])
|
### h(tag, [...args])
|
||||||
|
|
||||||
|
@ -65,4 +64,4 @@ The `h()` is an **optional** hypertext build utility that weighs in around **~25
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
> WORK-IN-PROGRESS: actions do not work
|
> WORK-IN-PROGRESS
|
||||||
|
|
Loading…
Reference in New Issue