Skip to content

Commit

Permalink
releases:[0.2.2]
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxb committed Jun 25, 2017
1 parent ab7f559 commit 4b35f8a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/vuet.js

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

2 changes: 1 addition & 1 deletion dist/vuet.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vuet.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vuet.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuet",
"version": "0.2.1",
"version": "0.2.2",
"description": "Vue state management plugin",
"main": "dist/vuet.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/directives/scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class VuetScroll {
this[key] = setTimeout(() => {
Object.assign(this.scrolls, newScrolls)
delete this[key]
}, 30)
}, 10)
}
app.addEventListener('scroll', this.subScrolling, false)
}
Expand Down

0 comments on commit 4b35f8a

Please sign in to comment.