Dynamic modal v2.0.0+
This feature let you create modal dynamically.
Add ModalsContainer
All dynamic modals will be displayed in ModalsContainer. You can get all dynamic modal instances by $vfm.dynamicModals.
App.vue
<div>
...
<modals-container></modals-container>
</div>
API
show(dynamicModalOptions, params)
To show dynamic modal you can use the API $vfm.show function.
- Type:
Function, - Arguments:
- dynamicModalOptions:
Object - params: same as API $vfm.show
- dynamicModalOptions:
- Returns: Promise