update generated dist

This commit is contained in:
王劲鹏
2020-05-09 10:30:11 +08:00
committed by osborn
parent 6c21866d39
commit 1c314bdb21
8 changed files with 19 additions and 20 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() {