fix(types): typo of `vOnce` and `vSlot` (#13343)

This commit is contained in:
山吹色御守 2025-06-04 18:36:47 -07:00 committed by GitHub
parent e53a4ffbe0
commit 762fae4b57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View 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
}
}