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 {
8484| 事件名称 | 说明 | 回调参数 |
8585| -------- | ------------ | ---------- |
8686| 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 {
8484| Event Name | Description | Callback Parameters |
8585| -------- | ------------ | ---------- |
8686| 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 11{
22 "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+ ],
511 "files" : [
612 " dist" ,
713 " src"
2228 "url" : " git+https://github.com/Happy-Coding-Clans/vue-lazy-container.git"
2329 },
2430 "author" : " https://github.com/huangshuwei" ,
25- "license" : " ISC " ,
31+ "license" : " MIT " ,
2632 "bugs" : {
2733 "url" : " https://github.com/Happy-Coding-Clans/vue-lazy-container/issues"
2834 },
You can’t perform that action at this time.
0 commit comments