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
Hi, I'm using v-dialog to load content as a modal. Normally I'd load the content as JSON and then display it, but the content I'm loading will vary from load to load so I'm just inserting the HTML in the dialog (the content is trusted!).
Obviously Vuetify has already rendered the page before the new content is added, so if I put tags (e.g. v-card) in the page that is loaded in the dialog, these just get ignored.
Is there any way to 're-scan' the new content in the browser so it renders properly?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm using v-dialog to load content as a modal. Normally I'd load the content as JSON and then display it, but the content I'm loading will vary from load to load so I'm just inserting the HTML in the dialog (the content is trusted!).
Obviously Vuetify has already rendered the page before the new content is added, so if I put tags (e.g. v-card) in the page that is loaded in the dialog, these just get ignored.
Is there any way to 're-scan' the new content in the browser so it renders properly?
Beta Was this translation helpful? Give feedback.
All reactions