File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
## vue-virtual-scroll-list
12
12
13
- > A vue (2.x) component support big data by using virtual scroll list. Tiny, smooth and without any dependence .
13
+ > A vue (2.x) component support big data and infinite loading by using virtual scroll list.
14
14
15
15
16
16
## How it works
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-virtual-scroll-list" ,
3
- "version" : " 1.0.4 " ,
4
- "description" : " A vue component support big data by using virtual scroll list. Tiny, smooth and without any dependence ." ,
3
+ "version" : " 1.0.5 " ,
4
+ "description" : " A vue (2.x) component support big data and infinite loading by using virtual scroll list." ,
5
5
"main" : " dist/vue-virtual-scroll-list.js" ,
6
6
"files" : [
7
7
" dist/vue-virtual-scroll-list.js"
8
+ " dist/vue-virtual-scroll-list.js.map"
8
9
],
9
10
"scripts" : {
10
11
"build" : " cross-env NODE_ENV=production webpack --config webpack.config.js" ,
You can’t perform that action at this time.
0 commit comments