Skip to content

Commit

Permalink
fix hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-pratt committed Dec 19, 2024
1 parent 07b70b2 commit e47db67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
this.show = getMountedApps().length === 0
}, 150)
},
beforeDestroy() {
unmounted() {
window.removeEventListener(SINGLE_SPA_APP_CHANGE_EVENT, this.handleAppChange)
},
methods: {
Expand Down

0 comments on commit e47db67

Please sign in to comment.