Dialogs are atypical and essential user interaction in interactive applications. But implementing dialogs are not an easy thing in front-end web development. This project is aimed to help developers to easily use dialogs by the advantage of Vue.js, Promise, and async function.
Preview:
Download Details:
Author: hjkcai
Live Demo: https://hjkcai.github.io/vue-modal-dialogs/element-ui/
Download Link: https://github.com/hjkcai/vue-modal-dialogs/archive/master.zip
Official Website: https://github.com/hjkcai/vue-modal-dialogs
Install & Download:
# Yarn
$ yarn add vue-modal-dialogs
# NPM
$ npm install vue-modal-dialogs --save
If you use Vue 3, you might want to take a look vue3-promise-dialog which is very similar : https://github.com/rlemaigre/vue3-promise-dialog . I’m the author.