Skip to content

Commit aa98a88

Browse files
committed
chore : update snapshot according to the new methode
1 parent 4d3178e commit aa98a88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/compiler-core/__tests__/transforms/__snapshots__/transformElement.spec.ts.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ exports[`compiler: element transform <KeepAlive> multiple children should ignore
55
66
return function render(_ctx, _cache) {
77
return (_openBlock(), _createBlock(_KeepAlive, null, [
8-
(_openBlock(), _createBlock(_resolveDynamicComponent(_ctx.activeComponent)))
8+
_createCommentVNode(\\"this should be ignored \\"),
9+
(_openBlock(), _createBlock(_resolveDynamicComponent(_ctx.activeComponent))),
10+
_createCommentVNode(\\"this should be ignored \\")
911
], 1024 /* DYNAMIC_SLOTS */))
1012
}"
1113
`;

0 commit comments

Comments
 (0)