We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1df26a commit 568f28bCopy full SHA for 568f28b
src/components/observer/Observer.vue
@@ -43,7 +43,7 @@ export default {
43
}, options);
44
this.observer.observe(this.$el);
45
},
46
- beforeDestory() {
+ beforeDestroy() {
47
if (this.observer) {
48
this.unobserve();
49
this.observer = null;
0 commit comments