How can I load a component on a modal?
-
How can I load a component on a modal?
-
Have a look at the docs: http://quasar-framework.org/components/modal.html
And take a look at the source code for the play app on the right.
http://quasar-framework.org/components/modal.html
Scott
-
I have used modals before and have gone through the source code.Its just that i m facing a problem loading components on it
-
By components I mean dynamic components based on the value of a breadcrumb
-
I believe you could just
v-if
in the components you need depending on the conditions you have.https://vuejs.org/v2/guide/conditional.html
Scott
-
Putting a child component inside the modal tags in the father component ? And you can use a v-if to alternate the children components… make sense ?