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... });