update dist bundle

This commit is contained in:
pengfei.zhou
2020-04-26 09:47:00 +08:00
committed by osborn
parent cffb3fb0e9
commit 181f5560d7
7 changed files with 15 additions and 16 deletions

View File

@@ -48,7 +48,8 @@ export class List extends Superview {
}
}
scrollToItem(context, index, config) {
const animated = config === null || config === void 0 ? void 0 : config.animated;
var _a;
const animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
}
reset() {