From: Masa-Shin <34234442+Masa-Shin@users.noreply.github.com> Date: Fri, 29 Dec 2023 04:41:21 +0000 (+0900) Subject: fix(compat): correct enum value for COMPILER_FILTERS feature (#9875) X-Git-Tag: v3.4.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d33e263cf19983caf4e5c53a0eb0bee374843c;p=thirdparty%2Fvuejs%2Fcore.git fix(compat): correct enum value for COMPILER_FILTERS feature (#9875) --- diff --git a/packages/compiler-core/src/compat/compatConfig.ts b/packages/compiler-core/src/compat/compatConfig.ts index c148d4c196..bf06f4aae0 100644 --- a/packages/compiler-core/src/compat/compatConfig.ts +++ b/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 = {