remove devDependencies of date-picker

This commit is contained in:
Leopoldthecoder
2016-09-14 18:38:38 +08:00
parent 33a551d708
commit ce95bd6979
9 changed files with 19 additions and 18 deletions

View File

@@ -164,6 +164,7 @@
scroll((direction) => {
if (this.isHome) {
this.hangUp = false;
this.isFixed = false;
this.headerStyle.transition = '';
const threshold = 200;
let alpha = Math.min(document.body.scrollTop, threshold) / threshold;