feat:add lib and bundle

This commit is contained in:
pengfei.zhou
2021-04-23 17:57:34 +08:00
committed by osborn
parent 5982b15b0d
commit cc7df5d2ca
17 changed files with 427 additions and 322 deletions

View File

@@ -114,6 +114,10 @@ __decorate([
Property,
__metadata("design:type", Function)
], FlowLayout.prototype, "onScrollEnd", void 0);
__decorate([
Property,
__metadata("design:type", Boolean)
], FlowLayout.prototype, "scrollable", void 0);
export function flowlayout(config) {
const ret = new FlowLayout;
for (let key in config) {