app-x 自写插件 android 提示全是错误
private comp : UTSComponent<Button>;
constructor(comp : UTSComponent<Button>) {
super();
this.comp = comp;
}
UTSComponent代码提示全是红色下划线错误
[APP-ANDROID] 找不到名称“UTSComponent”。
app-x 自写插件 android 提示全是错误
private comp : UTSComponent<Button>;
constructor(comp : UTSComponent<Button>) {
super();
this.comp = comp;
}
UTSComponent代码提示全是红色下划线错误
[APP-ANDROID] 找不到名称“UTSComponent”。