You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately this seems like an edgecase with the current architecture. when extracting out the contents in the iframe declaration, any variables that are derived from the state of the component, e.g. the props or v-for, are not transferred over to the iframe.
It should be possible to fix this to support cases like this, but I'm currently not actively maintaining this at the moment.
Thanks for your answer! When hosting the iFrame on the same URL, I could possibly use something like localStorage to make the content accessible in the iFrame.
My Vitepress local data loader is not available inside the <iframe> attribute.
Do you know how I can fix this?
The text was updated successfully, but these errors were encountered: