Skip to content

Commit 97a76ed

Browse files
committed
build: package
1 parent f7d6f11 commit 97a76ed

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lib/cube.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6915,7 +6915,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
69156915
}
69166916

69176917
var Cube = {
6918-
version: "1.12.23",
6918+
version: "1.12.24",
69196919
install: install,
69206920
BScroll: _module.BetterScroll,
69216921
createAPI: _module.createAPI
@@ -22460,7 +22460,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
2246022460

2246122461
this.active = label;
2246222462

22463-
this.$nextTick(function () {
22463+
setTimeout(function () {
2246422464
_this2.jumpTo(label);
2246522465
});
2246622466
},

lib/scroll-nav/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7172,7 +7172,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
71727172

71737173
this.active = label;
71747174

7175-
this.$nextTick(function () {
7175+
setTimeout(function () {
71767176
_this2.jumpTo(label);
71777177
});
71787178
},

lib/scroll-nav/scroll-nav.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)