Skip to content

Commit 31aee3c

Browse files
committed
Add vue 2.0 support description
1 parent ad16f81 commit 31aee3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)