Browse Source

fix: 修改依赖

es6
iapyang 4 years ago
parent
commit
e712bc7faa
  1. 2
      typescript/router/router.ts

2
typescript/router/router.ts

@ -1,5 +1,5 @@
export declare class Router {
constructor(op: {[key: string]: string});
constructor(op: {[key: string]: any});
route(route: string, callback: Function): this;
route(route: string, name: string, callback?: Function): this;

Loading…
Cancel
Save