소스 검색

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

山吹色御守 11 달 전
부모
커밋
762fae4b57
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/runtime-dom/src/index.ts

+ 2 - 2
packages/runtime-dom/src/index.ts

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