Browse Source

fix(compat): correct enum value for COMPILER_FILTERS feature (#9875)

Masa-Shin 2 năm trước cách đây
mục cha
commit
77d33e263c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/compiler-core/src/compat/compatConfig.ts

+ 1 - 1
packages/compiler-core/src/compat/compatConfig.ts

@@ -21,7 +21,7 @@ export enum CompilerDeprecationTypes {
   COMPILER_V_IF_V_FOR_PRECEDENCE = 'COMPILER_V_IF_V_FOR_PRECEDENCE',
   COMPILER_NATIVE_TEMPLATE = 'COMPILER_NATIVE_TEMPLATE',
   COMPILER_INLINE_TEMPLATE = 'COMPILER_INLINE_TEMPLATE',
-  COMPILER_FILTERS = 'COMPILER_FILTER',
+  COMPILER_FILTERS = 'COMPILER_FILTERS',
 }
 
 type DeprecationData = {