Skip to content

Commit

Permalink
fix(runtime-core): ensure app instance can be garbage collected after…
Browse files Browse the repository at this point in the history
… unmount (close #2907) (#2909)

close #2907

Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
  • Loading branch information
LinusBorg and Thorsten Luenborg committed Feb 3, 2021
1 parent d5cce47 commit 60e05ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/apiCreateApp.ts
Expand Up @@ -272,6 +272,7 @@ export function createAppAPI<HostElement>(
if (__DEV__ || __FEATURE_PROD_DEVTOOLS__) {
devtoolsUnmountApp(app)
}
delete app._container.__vue_app__
} else if (__DEV__) {
warn(`Cannot unmount an app that is not mounted.`)
}
Expand Down

0 comments on commit 60e05ef

Please sign in to comment.