Skip to content

Commit 76bc9ad

Browse files
committed
chore: update codegen
1 parent d228d47 commit 76bc9ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compiler-ssr/src/transforms/ssrTransformTransitionGroup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ export function ssrProcessTransitionGroup(
126126
)
127127
if (hasFallthroughAttrs) {
128128
context.pushStatement(
129-
// 这里还得考虑 tag 不是 string 的情况
130129
createSimpleExpression(
131130
`const _tag = (_attrs && typeof _attrs.tag === 'string') ? _attrs.tag : ''`,
132131
),

0 commit comments

Comments
 (0)