From: 山吹色御守 <85992002+KazariEX@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:36:47 +0000 (-0700) Subject: fix(types): typo of `vOnce` and `vSlot` (#13343) X-Git-Tag: v3.5.17~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=762fae4b57ad60602e5c84465a3bff562785b314;p=thirdparty%2Fvuejs%2Fcore.git fix(types): typo of `vOnce` and `vSlot` (#13343) --- diff --git a/packages/runtime-dom/src/index.ts b/packages/runtime-dom/src/index.ts index ca9a307dd9..c69375983d 100644 --- a/packages/runtime-dom/src/index.ts +++ b/packages/runtime-dom/src/index.ts @@ -58,8 +58,8 @@ declare module '@vue/runtime-core' { vOn: VOnDirective vBind: VModelDirective vIf: Directive - VOnce: Directive - VSlot: Directive + vOnce: Directive + vSlot: Directive } }