Skip to content

Commit 64396bd

Browse files
committed
Add vue 2.0 support description
1 parent 72501f4 commit 64396bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This plugin is an infinite scroll plugin for Vue.js, it can help you create an i
1616
- Compatible with any scrollable element
1717
- Diverse spinners as loading animation
1818
- Support result display after loading
19+
- Support Vue.js 2.0 <sup>Only v2.0.0-rc.1 and later</sup>
1920

2021
## Usage & Guide
2122
To check out live examples and docs, visit [Vue-infinite-loading GitHub Pages](https://peachscript.github.io/vue-infinite-loading/).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-infinite-loading",
33
"version": "1.1.0",
4-
"description": "An infinite loading/scroll plugin for Vue.js",
4+
"description": "An infinite loading/scroll plugin for Vue.js 1.0 & Vue.js 2.0",
55
"main": "dist/vue-infinite-loading.js",
66
"files": [
77
"dist/vue-infinite-loading.js",
@@ -71,7 +71,7 @@
7171
"webpack-dev-server": "^1.14.1"
7272
},
7373
"peerDependencies": {
74-
"vue": "^2.0.0"
74+
"vue": "^2.0.0-rc"
7575
},
7676
"license": "MIT"
7777
}

0 commit comments

Comments
 (0)