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

Some component does not show the props panel. #2156

Open FEer-cyan opened 7 months ago

FEer-cyan commented 7 months ago

Vue devtools version

6.6.1

Link to minimal reproduction

https://play.vuejs.org/#eNp9kUFLwzAUx7/KM5cqzBXR0+gGKgP1oKKCl1xG99ZlpklIXuag9Lv7krK5w9it7//7v/SXthP3zo23EcVEVKH2yhEEpOhm0qjWWU/QgccV9LDytoWCq4U00tTWBII2NDBN/LJ4Qq0tfFuvlxfFlTRVORzHB/FA2Dq9IOQJoFrfzLouL/d9VfKUU2VcJNhet3aJeioFcymgZFiVR/tiJCjw61eqGW+CNWzepX0pats6pdG/OVKsJ8UEMklswXa/LzkjH3G0z+s11j8n8k3YpUyKd48B/RalODBa+AZpwPPPV9zx8wGyfdTcPgM/MFgdk+NQe4hmydpHvWz7nL+/Ms1XmO8ITdhfKommZp/7UvA/eTxz9X/d2/Fd3pOmF/0fEx+nNQ==

Steps to reproduce & screenshots

screenshot-1712126603025

What is expected?

It can show the props panel of all components.

What is actually happening?

screenshot-1712126603025

System Info

System:
    OS: Windows 11 10.0.22631
    CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics
    Memory: 2.40 GB / 13.87 GB
  Binaries:
    Node: 16.20.1 - D:\nvm\nodejs\node.EXE
    Yarn: 1.22.19 - D:\nvm\nodejs\node_global\yarn.CMD
    npm: 9.8.1 - D:\nvm\nodejs\npm.CMD
    pnpm: 8.6.10 - D:\nvm\nodejs\node_global\pnpm.CMD
  Browsers:
    Edge: Chromium (123.0.2420.65)
    Internet Explorer: 11.0.22621.1
  npmPackages:
    vue: ^3.4.21 => 3.4.21

Any additional comments?

No response

yangjunjun commented 7 months ago

same problem with element-plus

atflick commented 5 months ago

Also experiencing this with any components written with the composition API from our component libraries.

ghost23 commented 2 months ago

I noticed that any component that has a defineExpose(...) definition will show nothing in the props panel.