feat(compiler-core/v-slot): only force dynamic slots when referencing scope vars
This feature is only applied with prefixIdentifiers: true.
This commit is contained in:
@@ -53,9 +53,9 @@ export function baseCompile(
|
||||
transformExpression
|
||||
]
|
||||
: []),
|
||||
trackSlotScopes,
|
||||
transformSlotOutlet,
|
||||
transformElement,
|
||||
trackSlotScopes,
|
||||
optimizeText,
|
||||
...(options.nodeTransforms || []) // user transforms
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user