Skip to content

Commit

Permalink
Revert "fix(options): use beforeUnmount instead of unmounted"
Browse files Browse the repository at this point in the history
This reverts commit 9726e0a.
  • Loading branch information
Akryum committed Jul 19, 2022
1 parent ac2cade commit 8d51475
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,

beforeUnmount: destroy,
unmounted: destroy,
})
}

0 comments on commit 8d51475

Please sign in to comment.