Skip to content

Commit 3626ff0

Browse files
committed
feat(devtools): send instance
1 parent b81d279 commit 3626ff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/runtime-core/src/devtools.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ function createDevtoolsComponentHook(hook: DevtoolsHooks) {
6767
hook,
6868
component.appContext.app,
6969
component.uid,
70-
component.parent ? component.parent.uid : undefined
70+
component.parent ? component.parent.uid : undefined,
71+
component
7172
)
7273
}
7374
}

0 commit comments

Comments
 (0)