Is there any way to load or render components into Qdialog?
问题 Is there any way to load or render components into Qdialog? Please I need to know if it is possible and if any example/sample of such methods is available EDITED A scenario. <q-toolbar> <q-select v-model="event" :option="eventtype" @input="onEventChange()" label="Select Event" /> </q-toolbar> <q-dialog> </q-dialog> And in the script, <script> import eventList from 'statics/data/event.json' export default { data () { return { event: null, dialog: false, app: { title: ' ' url: ' ' } }, computed