devtools icon indicating copy to clipboard operation
devtools copied to clipboard

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

Open thomassth opened this issue 1 year ago • 1 comments

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?

  • [x] Bug fix
  • [ ] New Feature
  • [ ] Documentation update
  • [ ] Other

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

  • [x] Read the Contributing Guidelines.
  • [x] Read the Pull Request Guidelines and follow the Commit Convention.
  • [x] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • [x] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).

thomassth avatar Apr 02 '24 16:04 thomassth