vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 122 forks source link

only the filename as the component name? #549

Open litchia opened 3 months ago

litchia commented 3 months ago

I tried using defineOptions to define the name of the component, but it doesn't work.

alexzhang1030 commented 3 months ago

Hi, not reproduce it, can you please provide a minimal example?

image