We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e1d3cdb commit a15b8e3Copy full SHA for a15b8e3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-lazy-container",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "listening to the visibility of elements in the page",
5
"keywords": [
6
"vue",
src/index.jsx
@@ -64,11 +64,9 @@ export default {
64
}
65
},
66
mounted() {
67
- console.log("created id ::",this.id)
68
this.createObserver();
69
70
beforeDestroy() {
71
- console.log("destroied id ::",this.id)
72
this.destroyObserver();
73
74
render() {
0 commit comments