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
|
vOn: VOnDirective
|
||||||
vBind: VModelDirective
|
vBind: VModelDirective
|
||||||
vIf: Directive<any, boolean>
|
vIf: Directive<any, boolean>
|
||||||
VOnce: Directive
|
vOnce: Directive
|
||||||
VSlot: Directive
|
vSlot: Directive
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue