Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue devtools doesn't recognize camelCase component emits as declared #2060

Closed
segevfiner opened this issue May 1, 2023 · 0 comments · Fixed by #2051
Closed

Vue devtools doesn't recognize camelCase component emits as declared #2060

segevfiner opened this issue May 1, 2023 · 0 comments · Fixed by #2051

Comments

@segevfiner
Copy link

Vue devtools version

6.5.0

Link to minimal reproduction

https://github.com/segevfiner/vite-devtools-lib-issue

Steps to reproduce & screenshots

  1. pnpm build in packages/foo
  2. pnpm dev in apps/bar
  3. Open the browser & the Vue devtools.
  4. Check the inspector for the HelloWorld component.

What is expected?

It correctly detects the that component emit is declared.

What is actually happening?

It doesn't.

screenshot

System Info

System:
    OS: macOS 13.3.1
    CPU: (10) arm64 Apple M1 Pro
    Memory: 104.58 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 16.20.0 - ~/.nvm/versions/node/v16.20.0/bin/node
    Yarn: 1.22.19 - ~/.nvm/versions/node/v16.20.0/bin/yarn
    npm: 9.6.5 - ~/.nvm/versions/node/v16.20.0/bin/npm
  Browsers:
    Chrome: 112.0.5615.137
    Safari: 16.4

Any additional comments?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant