[#4566] fixed JSVM routerUse() example
This commit is contained in:
+4581
-4493
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)
|
||||||
* }
|
* }
|
||||||
* })
|
* })
|
||||||
|
|||||||
Reference in New Issue
Block a user