From: Guillaume Chau Date: Mon, 24 Aug 2020 18:23:09 +0000 (+0200) Subject: refactor(devtools): emit needs to send the instance in args X-Git-Tag: v3.0.0-rc.8~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=410e7abbbb78e83989ad2e5a1793c290129dfdc7;p=thirdparty%2Fvuejs%2Fcore.git refactor(devtools): emit needs to send the instance in args --- diff --git a/packages/runtime-core/src/devtools.ts b/packages/runtime-core/src/devtools.ts index 98ba3cd597..61d3023799 100644 --- a/packages/runtime-core/src/devtools.ts +++ b/packages/runtime-core/src/devtools.ts @@ -81,7 +81,7 @@ export function devtoolsComponentEmit( devtools.emit( DevtoolsHooks.COMPONENT_EMIT, component.appContext.app, - component.uid, + component, event, params )