Browse Source

fix: 完善类型

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

2
typescript/router/router.ts

@ -20,7 +20,7 @@ export declare class History {
getFragment(fragment?: string): string;
start(op: {[key: string]: any}): void;
start(op?: {[key: string]: any}): void;
stop(): void;

Loading…
Cancel
Save