File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -84,3 +84,7 @@ export default {
84
84
| 事件名称 | 说明 | 回调参数 |
85
85
| -------- | ------------ | ---------- |
86
86
| change | 元素可见变化事件 | [ IntersectionObserverEntry] ( https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserverEntry ) 、observer |
87
+
88
+ ## License
89
+
90
+ http://www.opensource.org/licenses/mit-license.php
Original file line number Diff line number Diff line change @@ -84,3 +84,7 @@ export default {
84
84
| Event Name | Description | Callback Parameters |
85
85
| -------- | ------------ | ---------- |
86
86
| change | Element visible change events | [ IntersectionObserverEntry] ( https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserverEntry ) 、observer |
87
+
88
+ ## License
89
+
90
+ http://www.opensource.org/licenses/mit-license.php
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-lazy-container" ,
3
- "version" : " 1.0.0-beta.2" ,
4
- "description" : " " ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " listening to the visibility of elements in the page" ,
5
+ "keywords" : [
6
+ " vue" ,
7
+ " lazy" ,
8
+ " container" ,
9
+ " optimization"
10
+ ],
5
11
"files" : [
6
12
" dist" ,
7
13
" src"
22
28
"url" : " git+https://github.com/Happy-Coding-Clans/vue-lazy-container.git"
23
29
},
24
30
"author" : " https://github.com/huangshuwei" ,
25
- "license" : " ISC " ,
31
+ "license" : " MIT " ,
26
32
"bugs" : {
27
33
"url" : " https://github.com/Happy-Coding-Clans/vue-lazy-container/issues"
28
34
},
You can’t perform that action at this time.
0 commit comments