vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

fix: Vue 2.7 + composition API should reach component (fix #2141) #2153

Open thomassth opened 7 months ago

thomassth commented 7 months ago

Description

Following the pattern of https://github.com/vuejs/devtools/commit/e38c3472ef047163ae99d9a3d2f65563a2d2fd2c, this should allow dev tools reaching vue properly on multiple function calls, eg. editComponentState

Additional context

Current condition

image


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following

thomassth commented 7 months ago

Any ETA on the PR submissions? The checking CIs seem to be broken as well