mirror of https://github.com/vuejs/core.git
fix(compat): correct enum value for COMPILER_FILTERS feature (#9875)
This commit is contained in:
parent
0093686fcb
commit
77d33e263c
|
@ -21,7 +21,7 @@ export enum CompilerDeprecationTypes {
|
||||||
COMPILER_V_IF_V_FOR_PRECEDENCE = 'COMPILER_V_IF_V_FOR_PRECEDENCE',
|
COMPILER_V_IF_V_FOR_PRECEDENCE = 'COMPILER_V_IF_V_FOR_PRECEDENCE',
|
||||||
COMPILER_NATIVE_TEMPLATE = 'COMPILER_NATIVE_TEMPLATE',
|
COMPILER_NATIVE_TEMPLATE = 'COMPILER_NATIVE_TEMPLATE',
|
||||||
COMPILER_INLINE_TEMPLATE = 'COMPILER_INLINE_TEMPLATE',
|
COMPILER_INLINE_TEMPLATE = 'COMPILER_INLINE_TEMPLATE',
|
||||||
COMPILER_FILTERS = 'COMPILER_FILTER',
|
COMPILER_FILTERS = 'COMPILER_FILTERS',
|
||||||
}
|
}
|
||||||
|
|
||||||
type DeprecationData = {
|
type DeprecationData = {
|
||||||
|
|
Loading…
Reference in New Issue