devtools
devtools copied to clipboard
fix: Vue 2.7 + composition API should reach component (fix #2141)
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
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).