Przeglądaj źródła

types(jsx): change typescript error handling (#14451)

close #14450
MisterIsaak 2 miesięcy temu
rodzic
commit
b1a074dc28
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/vue/jsx-runtime/index.d.ts

+ 1 - 1
packages/vue/jsx-runtime/index.d.ts

@@ -17,7 +17,7 @@ export namespace JSX {
   }
   export interface IntrinsicElements extends NativeElements {
     // allow arbitrary elements
-    // @ts-expect-error suppress ts:2374 = Duplicate string index signature.
+    // @ts-ignore suppress ts:2374 = Duplicate string index signature.
     [name: string]: any
   }
   export interface IntrinsicAttributes extends ReservedProps {}