Hi!
Did you find a Vue.js specific solution or are you still using jQuery to update the iframe contents?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Good afternoon guys.
I'm working on a project in which I need to make a "preview" in real time from a customizable template.
So I created a "dashboard" where it has several inputs for customizing text, colors, etc ...
And the actual tamplate preview is loaded into an iframe.
Nowadays, I do this changes using jQuery ... "If the input is changed, look at the iframe content end search a div with the id X and change it too".
But I would like to use Vue.js, but being an iframe, I can not do any operation or use variables, etc ...
Is there any way for me to get to work?
And excuse my English, I'm using google translator
Please or to participate in this conversation.