I have a very simple Vue object in a page (input and div) and a link that opens up a modal window. The modal window takes its contents from an element on the page. In this case, when the modal fires up, it takes a copy of the HTML containing the Vue object and places it in the modal's body:
In the modal, the vue modal gets disconnected, so updating the input doesn't change the contents in the div (title). Is there anyway to rebind those together?
Hi Guys,
I have a very simple Vue object in a page (input and div) and a link that opens up a modal window. The modal window takes its contents from an element on the page. In this case, when the modal fires up, it takes a copy of the HTML containing the Vue object and places it in the modal's body:
The modal, once pops up will contain the following:
In the modal, the vue modal gets disconnected, so updating the input doesn't change the contents in the div (title). Is there anyway to rebind those together?
Thanks in advance.