Skip to content

Commit dd86742

Browse files
committed
chore: fix typecheck
1 parent f468494 commit dd86742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler/test/compile.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const compile = makeCompile({
1919
transformTemplateRef,
2020
transformText,
2121
transformElement,
22-
transformVSlots,
2322
transformVSlot,
2423
transformChildren,
2524
],
@@ -29,6 +28,7 @@ const compile = makeCompile({
2928
model: transformVModel,
3029
show: transformVShow,
3130
html: transformVHtml,
31+
slots: transformVSlots,
3232
},
3333
})
3434

0 commit comments

Comments
 (0)