]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
wip: save
authordaiwei <daiwei521@126.com>
Thu, 27 Mar 2025 06:51:05 +0000 (14:51 +0800)
committerdaiwei <daiwei521@126.com>
Thu, 27 Mar 2025 06:51:05 +0000 (14:51 +0800)
packages/runtime-vapor/src/components/Teleport.ts

index 50ddceb62ecf933ea2d3a9e1f610525491c3a45c..7268a631f2142eafd1b9094ba7307da692a5bb9e 100644 (file)
@@ -208,6 +208,9 @@ export class TeleportFragment extends VaporFragment {
       remove(this.mainAnchor!, parent)
       this.mainAnchor = undefined
     }
+
+    this.mountContainer = undefined
+    this.mountAnchor = undefined
   }
 
   hydrate(): void {