egret-labs / egret-ui-editor-opensource

141 stars 103 forks source link

自定义List无法设置布局 #116

Closed fpsqdb closed 4 years ago

fpsqdb commented 4 years ago

重现步骤:

  1. 创建自定义List

    module mo.EUI{
    
    export class List extends eui.List {
    }
    }
  2. 添加List到皮肤

  3. 属性面板中选择布局eui.BasicLayout 20200903170934

输出会报如下错误 Compile failed, can not find the class "mo.EUI.BasicLayout" 20200903171114