7***@qq.com
7***@qq.com
  • 发布:2024-07-04 15:00
  • 更新:2024-07-07 20:06
  • 阅读:134

app-x 自写插件 android 提示全是错误

分类:uni-app x

app-x 自写插件 android 提示全是错误

private comp : UTSComponent<Button>;

    constructor(comp : UTSComponent<Button>) {  
        super();  
        this.comp = comp;  
    }  

UTSComponent代码提示全是红色下划线错误
[APP-ANDROID] 找不到名称“UTSComponent”。

2024-07-04 15:00 负责人:无 分享
已邀请:
DCloud_heavensoft

DCloud_heavensoft

插件的语法校验不太完善,能编译过就以编译为准

要回复问题请先登录注册