Skip to content

Commit a15b8e3

Browse files
committedJun 1, 2021
v1.1.1
1 parent e1d3cdb commit a15b8e3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-lazy-container",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "listening to the visibility of elements in the page",
55
"keywords": [
66
"vue",

‎src/index.jsx

-2
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@ export default {
6464
}
6565
},
6666
mounted() {
67-
console.log("created id ::",this.id)
6867
this.createObserver();
6968
},
7069
beforeDestroy() {
71-
console.log("destroied id ::",this.id)
7270
this.destroyObserver();
7371
},
7472
render() {

0 commit comments

Comments
 (0)
Please sign in to comment.