Skip to content

Conversation

@flxy1028
Copy link

依赖重复和少注释

private render2: Renderer2,
private cdr: ChangeDetectorRef,
@Inject(DOCUMENT) private doc: any
@Inject(DOCUMENT) private document: Document
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

构建会有报错,建议将document类型暂时修改为any或采用其它更好解决方式
image

Copy link
Member

@kagol kagol Aug 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

构建会有报错,建议将document类型暂时修改为any或采用其它更好解决方式 image

@Simplelegant 可以考虑将构建加到PR门禁里,这样PR的作者能够立即知道他自己提交的PR是否能通过构建任务,参考vue-devui的:
pull-request.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants