mirror of https://github.com/vuejs/core.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
82ad930a67
commit
05f197dce2
|
@ -521,8 +521,7 @@ export function deactivate(
|
||||||
// Update components tree
|
// Update components tree
|
||||||
devtoolsComponentAdded(instance)
|
devtoolsComponentAdded(instance)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// for e2e test
|
// for e2e test
|
||||||
if (__DEV__ && __BROWSER__) {
|
if (__DEV__ && __BROWSER__) {
|
||||||
;(instance as any).__keepAliveStorageContainer = container
|
;(instance as any).__keepAliveStorageContainer = container
|
||||||
|
|
Loading…
Reference in New Issue