Correct the RouteResolver.onmatch() signature (#1327)
This commit is contained in:
parent
78409431b9
commit
67433a7816
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ The `onmatch` hook is called when the router needs to find a component to render
|
|||
|
||||
This method also allows you to asynchronously define what component will be rendered, making it suitable for code splitting and asynchronous module loading.
|
||||
|
||||
`routeResolver.onmatch(vnode, resolve)`
|
||||
`routeResolver.onmatch(resolve, args, requestedPath)`
|
||||
|
||||
Argument | Type | Description
|
||||
--------------- | --------------------- | ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue