make render api doc more explicit about return value
This commit is contained in:
parent
c077cd80de
commit
93bd1cd3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ Argument | Type | Required | Description
|
|||
----------- | -------------------- | -------- | ---
|
||||
`element` | `Element` | Yes | A DOM element that will be the parent node to the subtree
|
||||
`vnodes` | `Array<Vnode>|Vnode` | Yes | The [vnodes](vnodes.md) to be rendered
|
||||
**returns** | | | Returns nothing
|
||||
**returns** | | | Returns `undefined`
|
||||
|
||||
[How to read signatures](signatures.md)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue