摘要: 一、typescript 问题:属性“xxx”没有初始化表达式,且未在构造函数中明确赋值 解决方案: tsconfig.json中: "strictPropertyInitialization": false 单次忽略:// @ts-ignore 阅读全文
posted @ 2022-04-08 11:55 何吓吓 阅读(297) 评论(0) 推荐(0)