Skip to content

Commit

Permalink
feat(devtools): send instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 18, 2020
1 parent b81d279 commit 3626ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runtime-core/src/devtools.ts
Expand Up @@ -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
)
}
}
Expand Down

2 comments on commit 3626ff0

@znck
Copy link
Member

@znck znck commented on 3626ff0 Dec 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@knightly-bot build this

@antfu
Copy link
Member

@antfu antfu commented on 3626ff0 Dec 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @znck, just found your comment. Sorry as Knightly only works for PR atm 馃槄

Please sign in to comment.