Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

force enable dev tools within iframes #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tskimmett
Copy link

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

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
@hzmming
Copy link
Owner

hzmming commented Feb 27, 2022

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants