wip: template binding optimization
This commit is contained in:
@@ -119,7 +119,12 @@ export interface ComponentOptionsBase<
|
||||
ctx: any,
|
||||
push: (item: any) => void,
|
||||
parentInstance: ComponentInternalInstance,
|
||||
attrs?: Data
|
||||
attrs: Data | undefined,
|
||||
// for compiler-optimized bindings
|
||||
$props: ComponentInternalInstance['props'],
|
||||
$setup: ComponentInternalInstance['setupState'],
|
||||
$data: ComponentInternalInstance['data'],
|
||||
$options: ComponentInternalInstance['ctx']
|
||||
) => void
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user