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
Currently, a VueWidget renders inside a <div> container. We should make that tag configurable, so widgets can be used inside <svg> where they would probably render as <g>.
Currently, a
VueWidgetrenders inside a<div>container. We should make that tag configurable, so widgets can be used inside<svg>where they would probably render as<g>.