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
In the examples is shown that you can create a child component, and define a template for the child component. I want to define the whole modal as a component for portability. If I follow the approach my modal header, body, footer are nested into the body.
In the examples is shown that you can create a child component, and define a template for the child component. I want to define the whole modal as a component for portability. If I follow the approach my modal header, body, footer are nested into the body.
E.g. my template is:
With the modal component:
And opening the modal in another component:
I end up with having my template in the
modal-body
:The text was updated successfully, but these errors were encountered: