فهرست منبع

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

close #14450
MisterIsaak 2 ماه پیش
والد
کامیت
b1a074dc28
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 {}