In this post i am going share simple iOS Style Alert / Confirm Dialog Box For Vue.js. This vue component will replace default javascript alert box with iOS Style Alert / conform / prompt popup.
Install
npm install --save vue-confirm-dialog
Quick Start Usage
// main.js
import Vue from "vue";
import VueConfirmDialog from "vue-confirm-dialog";
Vue.use(VueConfirmDialog);
...
...
JS – Component
Example Component
See live demo and download source code.
This awesome script developed by aslanon. Visit their official repository for more information and follow for future updates.