vuejs / devtools-v6

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

Cannot view AForm(from ant-design-vue) components details, showed me 'Select A Component' #2160

Open rondout opened 5 months ago

rondout commented 5 months ago

Vue devtools version

6.6.1

Link to minimal reproduction

*

Steps to reproduce & screenshots

Dingtalk_20240410151207

What is expected?

hope it can show me ths AForm details

What is actually happening?

show me 'Select a component' while I already selected the AForm component

System Info

win11

Any additional comments?

No response

atflick commented 2 months ago

I have this happening with our own component library. Any components written with the composition API, after they are installed and compiled in our main application, no details are provided in the devtools. Not sure if this is something that is happening during the build process of the library or a vue devtools issue, but thought I'd share more context.

xiaozhubo commented 1 week ago

I have also encountered a similar problem. Have you found a way to fix it?