vue-force-dev icon indicating copy to clipboard operation
vue-force-dev copied to clipboard

force enable dev tools within iframes

Open tskimmett opened this issue 4 years ago • 1 comments

If your vue code is inside an iframe, this extension does not work because it doesn't inject its script into the iframe. The all_frames setting controls whether or not the extension runs in iframes. See documentation: https://developer.chrome.com/docs/extensions/mv3/content_scripts/#frames

tskimmett avatar Feb 24 '22 15:02 tskimmett

Thank you for your time and energy. May I ask a question,

It seems that Vue devtools itself does not support pages in iframe ?

hzmming avatar Feb 27 '22 06:02 hzmming