Ver código fonte

refactor(devtools): emit needs to send the instance in args

Guillaume Chau 5 anos atrás
pai
commit
410e7abbbb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/runtime-core/src/devtools.ts

+ 1 - 1
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
   )