]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test: update snapshot
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Sat, 20 Jan 2024 05:29:55 +0000 (13:29 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Sat, 20 Jan 2024 05:29:55 +0000 (13:29 +0800)
packages/compiler-vapor/__tests__/__snapshots__/compile.spec.ts.snap

index e658e4a2fb68f346dfd4c2366199339b4eb61eb0..ae7ea0f2d1ea6167d701cc077cfb9b1786b655f4 100644 (file)
@@ -207,8 +207,10 @@ exports[`compile > expression parsing > interpolation 1`] = `
   const t0 = _fragment()
 
   const n0 = t0()
+  const n1 = _createTextNode(a + b.value)
+  _append(n0, n1)
   _renderEffect(() => {
-    _setText(n0, undefined, a + b.value)
+    _setText(n1, undefined, a + b.value)
   })
   return n0
 })()"