Skip to content

Commit 568f28b

Browse files
author
毕宇旗
committed
fix: fix typo
1 parent a1df26a commit 568f28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/observer/Observer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
}, options);
4444
this.observer.observe(this.$el);
4545
},
46-
beforeDestory() {
46+
beforeDestroy() {
4747
if (this.observer) {
4848
this.unobserve();
4949
this.observer = null;

0 commit comments

Comments
 (0)