mirror of https://github.com/vuejs/core.git
fix(types): typo of `vOnce` and `vSlot` (#13343)
This commit is contained in:
parent
e53a4ffbe0
commit
762fae4b57
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue