feat: Native add legacy mode

This commit is contained in:
pengfei.zhou
2022-07-15 15:59:06 +08:00
committed by osborn
parent 64a370c701
commit 7a126531af
21 changed files with 15180 additions and 15119 deletions

View File

@@ -3668,6 +3668,10 @@ __decorate$9([
Property,
__metadata$9("design:type", Boolean)
], Slider.prototype, "bounces", void 0);
__decorate$9([
Property,
__metadata$9("design:type", String)
], Slider.prototype, "pageTransformer", void 0);
function slider(config) {
const ret = new Slider;
ret.apply(config);

File diff suppressed because one or more lines are too long