v-dialogs-forked
v2.4.8
Published
A simple and powerful dialog, dialog type including Modal, Alert, Mask and Toast, based on Vue2.x
Downloads
5
Maintainers
Readme
v-dialogs-forked ·
A simple and powerful dialog for Vue2, dialog type including Modal, Alert, Mask and Toast
Forked from v-dialogs
The Dialog Icon
the icons in alert dialog used are made by Elegant Themes
and control icon, toast icon used are come from IconFont
Install
npm i v-dialogs-forked --save
Include plugin in your main.js
file.
import Vue from 'vue'
import vDialog from 'v-dialogs-forked';
Vue.use(vDialog, { global config options... });