Skip to content

Commit

Permalink
chore: use original vue-observe-visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
simllll committed May 10, 2019
1 parent 15a19d9 commit 46abc06
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 27 deletions.
86 changes: 62 additions & 24 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
},
"homepage": "https://github.com/Akryum/vue-virtual-scroller#readme",
"dependencies": {
"@babel/core": "^7.4.4",
"@hokify/vue-observe-visibility": "^0.5.0",
"scrollparent": "^2.0.1",
"vue-observe-visibility": "^0.4.4",
"vue-resize": "^0.4.5"
},
"peerDependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"babel-eslint": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/RecycleScroller.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<script>
import { ResizeObserver } from 'vue-resize'
import { ObserveVisibility } from '@hokify/vue-observe-visibility'
import { ObserveVisibility } from 'vue-observe-visibility'
import ScrollParent from 'scrollparent'
import config from '../config'
import { props, simpleArray } from './common'
Expand Down

0 comments on commit 46abc06

Please sign in to comment.