We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148880a commit cdd9025Copy full SHA for cdd9025
packages/compiler-vapor/src/transforms/vSlot.ts
@@ -85,7 +85,7 @@ function transformComponentSlot(
85
context.options.onError(
86
createCompilerError(ErrorCodes.X_V_SLOT_MIXED_SLOT_USAGE, dir.loc),
87
)
88
- // TODO remove old one
+ return
89
}
90
91
if (nonSlotTemplateChildren.length) {
0 commit comments