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 am working on a new voila template by adapting https://github.com/voila-dashboards/voila-vuetify...
In one of the apps that we have created, we use v.VuetifyTemplate to include dynamic javascript code in the DOM, however, with the voila template, anything that is not passed as direct child of the target component (the one that has the mount_id), won't be created in the DOM.
I tried to use some of the v.VuetifyTemplate properties to specifically create its view but I couldn't find anyone with similar capabilities of the _metadata property from VuetifyWidget class, is there a way to give those components an unique id?
The text was updated successfully, but these errors were encountered:
I am working on a new voila template by adapting https://github.com/voila-dashboards/voila-vuetify...
In one of the apps that we have created, we use
v.VuetifyTemplate
to include dynamic javascript code in the DOM, however, with the voila template, anything that is not passed as direct child of the target component (the one that has the mount_id), won't be created in the DOM.I tried to use some of the
v.VuetifyTemplate
properties to specifically create its view but I couldn't find anyone with similar capabilities of the_metadata
property fromVuetifyWidget
class, is there a way to give those components an unique id?The text was updated successfully, but these errors were encountered: