Skip to content

Commit b2f2398

Browse files
committed
fix(types): typo of vOnce and vSlot
1 parent 163b365 commit b2f2398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/runtime-dom/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ declare module '@vue/runtime-core' {
5858
vOn: VOnDirective
5959
vBind: VModelDirective
6060
vIf: Directive<any, boolean>
61-
VOnce: Directive
62-
VSlot: Directive
61+
vOnce: Directive
62+
vSlot: Directive
6363
}
6464
}
6565

0 commit comments

Comments
 (0)