We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5a0e9 commit 10f6f0bCopy full SHA for 10f6f0b
package.json
@@ -1,17 +1,18 @@
1
{
2
"name": "vue-virtual-scroll-list",
3
"version": "1.0.0",
4
- "description": "A vue component that support big data list scroll.",
+ "description": "A vue component that support big data by using virtual scroll list.",
5
"main": "src/index.js",
6
"scripts": {
7
"demo": "webpack --watch --config webpack.dev.config.js"
8
},
9
"keywords": [
10
- "Vue",
+ "vue",
11
"component",
12
"big-data",
13
"big-list",
14
- "scroll"
+ "scroll-list",
15
+ "virtual-list"
16
],
17
"author": "TANG",
18
"license": "MIT",
0 commit comments