Skip to content

Commit

Permalink
publish build
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyFoxFN committed Apr 2, 2018
1 parent 5abcde0 commit dd4b278
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/cube.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/cube.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/drawer/drawer.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/drawer/drawer.min.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion lib/drawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6050,7 +6050,11 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
this.scrollToTop();
},
isVisible: function isVisible() {
this.refresh();
var _this = this;

this.$nextTick(function () {
_this.refresh();
});
}
},
mounted: function mounted() {
Expand Down
Loading

0 comments on commit dd4b278

Please sign in to comment.