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