Typescript: is not assignable to parameter of type

前端 未结 0 1438
暗喜
暗喜 2021-02-07 02:52

i have this abstract class:

export abstract class BaseController {
  private path: string;
  private router: Router;
  constructor() {}
  private initializeRoutes         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题