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
I'm trying to do Vue Component re-rendering after the API UI is Updated.
Firstly, rendering Vue and Portal is correctly working.
However after the API was updated, we replaced the raw HTML from API to target DIV.
Then the linked portal is removed from DIV.
Because inside the div, there was also the portal binds selector with Vue Component.
I would like to re-link with target DIV and vue component after replacing RAW HTML with DIV (like Livewire).
May I know do you have any suggestions or ideas about it?
Thank you
Vue - 2.6.11
Vue-simple-portal - 0.1.5
The text was updated successfully, but these errors were encountered:
I'm trying to do Vue Component re-rendering after the API UI is Updated.
Firstly, rendering Vue and Portal is correctly working.
However after the API was updated, we replaced the raw HTML from API to target DIV.
Then the linked portal is removed from DIV.
Because inside the div, there was also the portal binds selector with Vue Component.
I would like to re-link with target DIV and vue component after replacing RAW HTML with DIV (like Livewire).
May I know do you have any suggestions or ideas about it?
Thank you
Vue - 2.6.11
Vue-simple-portal - 0.1.5
The text was updated successfully, but these errors were encountered: