From 762fae4b57ad60602e5c84465a3bff562785b314 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=B1=B1=E5=90=B9=E8=89=B2=E5=BE=A1=E5=AE=88?= <85992002+KazariEX@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:36:47 -0700 Subject: [PATCH] fix(types): typo of `vOnce` and `vSlot` (#13343) --- packages/runtime-dom/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } -- 2.47.3