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 1010
1111## vue-virtual-scroll-list
1212
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.
1414
1515
1616## How it works
Original file line number Diff line number Diff line change 11{
22 "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." ,
55 "main" : " dist/vue-virtual-scroll-list.js" ,
66 "files" : [
77 " dist/vue-virtual-scroll-list.js"
8+ " dist/vue-virtual-scroll-list.js.map"
89 ],
910 "scripts" : {
1011 "build" : " cross-env NODE_ENV=production webpack --config webpack.config.js" ,
You can’t perform that action at this time.
0 commit comments