vuejs / devtools

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

Devtools don't recognize apps in iframes #687

Open weeks6 opened 2 weeks ago

weeks6 commented 2 weeks ago

If I just render new vue instance, devtools work fine but if I have iframe that renders a vue app devtools don't see it

it worked fine in v6 (even though sometimes the app in an iframe wasn't being recognized

image image image

webfansplz commented 2 weeks ago

Be related to #498