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