Skip to content

Commit

Permalink
fix(options): use beforeUnmount instead of unmounted
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jul 18, 2022
1 parent 46ea781 commit 9726e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-apollo-option/src/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ export function installMixin (app, provider) {

created: launch,

unmounted: destroy,
beforeUnmount: destroy,
})
}

0 comments on commit 9726e0a

Please sign in to comment.