zhengyiming
2 天以前 ae5d1bd69469112273949349bc5e920647c18c6b
src/fabric-editor/types.d.ts
@@ -13,6 +13,8 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 绑定字段 */
    bindProperty?: string;
  }
}