feat(compiler): force dynamicSlots flag when inside v-for or v-slot
This commit is contained in:
@@ -49,10 +49,10 @@ export function baseCompile(
|
||||
? [
|
||||
// order is important
|
||||
trackVForSlotScopes,
|
||||
transformExpression,
|
||||
trackSlotScopes
|
||||
transformExpression
|
||||
]
|
||||
: []),
|
||||
trackSlotScopes,
|
||||
optimizeText,
|
||||
transformStyle,
|
||||
transformSlotOutlet,
|
||||
|
||||
Reference in New Issue
Block a user