https://github.com/godofbrowser/vuejs-dialog
A lightweight, promise based alert, prompt and confirm dialog
https://github.com/godofbrowser/vuejs-dialog
alert confirm dialog promise prompt vue
Last synced: 9 days ago
JSON representation
A lightweight, promise based alert, prompt and confirm dialog
- Host: GitHub
- URL: https://github.com/godofbrowser/vuejs-dialog
- Owner: Godofbrowser
- Created: 2017-08-31T19:07:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T06:31:35.000Z (3 months ago)
- Last Synced: 2025-04-07T02:02:02.529Z (16 days ago)
- Topics: alert, confirm, dialog, promise, prompt, vue
- Language: Vue
- Homepage:
- Size: 3.68 MB
- Stars: 350
- Watchers: 6
- Forks: 107
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuejs Dialog
> A lightweight, promise based alert, prompt and confirm dialog.
[](https://badge.fury.io/js/vuejs-dialog)
[](https://travis-ci.org/Godofbrowser/vuejs-dialog)
[](https://scrutinizer-ci.com/g/Godofbrowser/vuejs-dialog/?branch=master)
[](https://github.com/Godofbrowser/vuejs-dialog/archive/master.zip)
The content below is for the Vue3 compatible version of vuejs-dialog, you can find the Vue2 compatible version [here](https://github.com/Godofbrowser/vuejs-dialog/tree/v1.x)
| Vue Version | Plugin Version |
|-------------|-----------------------------------------------------------------|
| Vue 2 | [1.x](https://github.com/Godofbrowser/vuejs-dialog/tree/v1.x) |
| Vue 3 | [2.x](https://github.com/Godofbrowser/vuejs-dialog/tree/master) |## Installing the release candidate (vue3)
To install the Vue3 compatible version while it's not released officially yet, please use either of the command below with the "next" tag.
```shell
npm install --save vuejs-dialog@next
```
```shell
pnpm add vuejs-dialog@next
```
```shell
pnpm add vuejs-dialog@next
```## Links
- [Documentation](https://godofbrowser.github.io/vuejs-dialog/)
- [Features](https://godofbrowser.github.io/vuejs-dialog/features)
- [v1.x (vue2) documentation](https://godofbrowser.github.io/vuejs-dialog/1.x)