Skip to content

Commit 7c04acb

Browse files
committed
feat: v0.1.0
1 parent a60d341 commit 7c04acb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-virtual-scroll-list",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "A vue3 component support big amount data list with high scroll performance.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)