]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(compat): correct enum value for COMPILER_FILTERS feature (#9875)
authorMasa-Shin <34234442+Masa-Shin@users.noreply.github.com>
Fri, 29 Dec 2023 04:41:21 +0000 (13:41 +0900)
committerGitHub <noreply@github.com>
Fri, 29 Dec 2023 04:41:21 +0000 (12:41 +0800)
packages/compiler-core/src/compat/compatConfig.ts

index c148d4c196a9d4d0c7ba65d511b7ab5d27595232..bf06f4aae0fe4d627048c45135de2e9782df18c8 100644 (file)
@@ -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 = {