v-dialogs
A simple and powerful dialog, dialog type including Modal, Alert, Mask and Toast, based on Vue2.x
Install
Include plugin in your main.js
file.
Use case
Modal
receive params in component
close dialog and return data in component
Alert
Mask
some time, you can use mask like this:
Toast
open a Toast dialog in a corner
messageType:
- 'info'(default)
- 'warning'
- 'error'
- 'success'
position:
- 'topLeft'
- 'topCenter'
- 'topRight'
- 'bottomLeft'
- 'bottomCenter'
- 'bottomRight'