feat(devtools): send instance
This commit is contained in:
parent
b81d279e40
commit
3626ff07fe
@ -67,7 +67,8 @@ function createDevtoolsComponentHook(hook: DevtoolsHooks) {
|
||||
hook,
|
||||
component.appContext.app,
|
||||
component.uid,
|
||||
component.parent ? component.parent.uid : undefined
|
||||
component.parent ? component.parent.uid : undefined,
|
||||
component
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user