We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cce47 commit 60e05efCopy full SHA for 60e05ef
packages/runtime-core/src/apiCreateApp.ts
@@ -272,6 +272,7 @@ export function createAppAPI<HostElement>(
272
if (__DEV__ || __FEATURE_PROD_DEVTOOLS__) {
273
devtoolsUnmountApp(app)
274
}
275
+ delete app._container.__vue_app__
276
} else if (__DEV__) {
277
warn(`Cannot unmount an app that is not mounted.`)
278
0 commit comments