Skip to content

Commit 8d51475

Browse files
committed
Revert "fix(options): use beforeUnmount instead of unmounted"
This reverts commit 9726e0a.
1 parent ac2cade commit 8d51475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-apollo-option/src/mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ export function installMixin (app, provider) {
145145

146146
created: launch,
147147

148-
beforeUnmount: destroy,
148+
unmounted: destroy,
149149
})
150150
}

0 commit comments

Comments
 (0)