]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update
authordaiwei <daiwei521@126.com>
Mon, 30 Jun 2025 03:10:31 +0000 (11:10 +0800)
committerdaiwei <daiwei521@126.com>
Mon, 30 Jun 2025 03:10:31 +0000 (11:10 +0800)
packages/runtime-vapor/src/vdomInterop.ts

index 9d90f723090c9a3ffd0de0beed9b751e80cc6b4a..fe23dcc262ebb6abb4f50e5057ccfd482483dc1d 100644 (file)
@@ -325,8 +325,6 @@ function hydrateVNode(
   vnode: VNode,
   parentComponent: ComponentInternalInstance | null,
 ) {
-  // keep fragment start anchor, hydrateNode uses it to
-  // determine if node is a fragmentStart
   locateHydrationNode()
   if (!vdomHydrateNode) vdomHydrateNode = ensureHydrationRenderer().hydrateNode!
   const nextNode = vdomHydrateNode(