Iframe embedded in Vue 3 component #9170
Unanswered
kumarimanjari
asked this question in
Help/Questions
Replies: 1 comment 4 replies
-
Hi Team, does anyone have some hints/suggestions around this problem? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
We have a problem in our Vue3 application. We are using Iframe to show HTML content. This HTML content is coming from backend after XSLT transformations and there are anchor tags present in this document.
We are writing the src to iframe using .write() method of Iframe. As this document has links, we are navigating withing the document and also it has a link to give call to backend to fetch the data and show in the context of Iframe.
Problem -> When we navigate between the links and click on Back Button of the browser, we see that new Vue instance is created and our application loads once more and nesting happens on the page.
Do you have any suggestion around this problem? If you need more information do let me know.
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions