]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(types): typo of `vOnce` and `vSlot` (#13343)
author山吹色御守 <85992002+KazariEX@users.noreply.github.com>
Thu, 5 Jun 2025 01:36:47 +0000 (18:36 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Jun 2025 01:36:47 +0000 (09:36 +0800)
packages/runtime-dom/src/index.ts

index ca9a307dd98086e0fd6c1bffb4801e94799bd1f5..c69375983d81ee1cbbf0f1f023bf05cfbd25f052 100644 (file)
@@ -58,8 +58,8 @@ declare module '@vue/runtime-core' {
     vOn: VOnDirective
     vBind: VModelDirective
     vIf: Directive<any, boolean>
-    VOnce: Directive
-    VSlot: Directive
+    vOnce: Directive
+    vSlot: Directive
   }
 }