fix(compiler-dom): style transform of static styles should not add STYLE patchFlag
This commit is contained in:
@@ -215,7 +215,8 @@ function createTransformContext(
|
||||
return createSimpleExpression(
|
||||
`_hoisted_${context.hoists.length}`,
|
||||
false,
|
||||
exp.loc
|
||||
exp.loc,
|
||||
true
|
||||
)
|
||||
},
|
||||
cache(exp) {
|
||||
|
||||
Reference in New Issue
Block a user