Vue3, Angular ignore ts and report an error for no reason

Add comments to the ts code with errors.

//@ts-ignore

Note: The scope of this comment is only the next line of code. Can effectively solve the problem of error reporting

Guess you like

Origin blog.csdn.net/DragonOfMoon/article/details/125720507