vuejs / devtools-v6

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

Not generate tree view with vue application with typescript #1007

Open timtnleeProject opened 5 years ago

timtnleeProject commented 5 years ago

Version

5.1.0

Browser and OS info

Chrome 74 / Windows 10

Steps to reproduce

I create two application with @vue/cli one using normal javascript, the other using typescript class component.

What is expected?

Vue dev tool renders tree view correctly.

What is actually happening?

Vue dev tool can't render tree with typescript class component-based application.

timtnleeProject commented 5 years ago

with normal javacript

image

with typescript class-based components

image

No error messages.