resolver.render return type description consistent with m.render
This commit is contained in:
parent
7e0a1db89f
commit
fc4d5f1892
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ Argument | Type | Description
|
|||
------------------- | -------------------- | -----------
|
||||
`vnode` | `Object` | A [vnode](vnodes.md) whose attributes object contains routing parameters. If onmatch does not return a component or a promise that resolves to a component, the vnode's `tag` field defaults to `"div"`
|
||||
`vnode.attrs` | `Object` | A map of URL parameter values
|
||||
**returns** | `Vnode|Array<Vnode>` | Returns a vnode or array of vnodes
|
||||
**returns** | `Array<Vnode>|Vnode` | The [vnodes](vnodes.md) to be rendered
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue