Skip to content

Commit cdd9025

Browse files
committed
chore: remove todo
1 parent 148880a commit cdd9025

File tree

1 file changed

+1
-1
lines changed
  • packages/compiler-vapor/src/transforms

1 file changed

+1
-1
lines changed

packages/compiler-vapor/src/transforms/vSlot.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function transformComponentSlot(
8585
context.options.onError(
8686
createCompilerError(ErrorCodes.X_V_SLOT_MIXED_SLOT_USAGE, dir.loc),
8787
)
88-
// TODO remove old one
88+
return
8989
}
9090

9191
if (nonSlotTemplateChildren.length) {

0 commit comments

Comments
 (0)