wip: exclude legacy slots from $scopedSlots
This commit is contained in:
@@ -352,6 +352,11 @@ export interface FunctionExpression extends Node {
|
||||
* withScopeId() wrapper
|
||||
*/
|
||||
isSlot: boolean
|
||||
/**
|
||||
* __COMPAT__ only, indicates a slot function that should be excluded from
|
||||
* the legacy $scopedSlots instance property.
|
||||
*/
|
||||
isNonScopedSlot?: boolean
|
||||
}
|
||||
|
||||
export interface ConditionalExpression extends Node {
|
||||
|
||||
Reference in New Issue
Block a user