Skip to content

Commit

Permalink
Update lingering beforeDestroy hook (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyfly authored Jul 29, 2022
1 parent 4e31855 commit db869b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/popup.mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default {
}
});
},
beforeDestroy() {
beforeUnmount() {
this.clearListeners();
removeFromDom(this.$refs.popup);
},
Expand Down

0 comments on commit db869b5

Please sign in to comment.