[#4566] fixed JSVM routerUse() example
This commit is contained in:
parent
20653ef786
commit
a5eff395b4
File diff suppressed because it is too large
Load Diff
|
@ -96,7 +96,7 @@ declare function routerAdd(
|
||||||
* ` + "```" + `js
|
* ` + "```" + `js
|
||||||
* routerUse((next) => {
|
* routerUse((next) => {
|
||||||
* return (c) => {
|
* return (c) => {
|
||||||
* console.log(c.Path())
|
* console.log(c.path())
|
||||||
* return next(c)
|
* return next(c)
|
||||||
* }
|
* }
|
||||||
* })
|
* })
|
||||||
|
|
Loading…
Reference in New Issue