# vuejs-dialog **Repository Path**: mirrors/vuejs-dialog ## Basic Information - **Project Name**: vuejs-dialog - **Description**: 一个轻量级、基于 Promise 开发的警告、提示和确认对话框组件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-08-07 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README # Vuejs Dialog > A lightweight, promise based alert, prompt and confirm dialog. [![npm version](https://badge.fury.io/js/vuejs-dialog.svg)](https://badge.fury.io/js/vuejs-dialog) [![Build Status](https://travis-ci.org/Godofbrowser/vuejs-dialog.svg?branch=master)](https://travis-ci.org/Godofbrowser/vuejs-dialog) [![Scrutinizer](https://img.shields.io/scrutinizer/g/Godofbrowser/vuejs-dialog.svg?branch=master)](https://scrutinizer-ci.com/g/Godofbrowser/vuejs-dialog/?branch=master) [![npm](https://img.shields.io/npm/dt/vuejs-dialog.svg)](https://github.com/Godofbrowser/vuejs-dialog/archive/master.zip) ![Vuejs Dialog Plugin](./docs/.vuepress/public/images/html-enabled.png?raw=true 'Vuejs Dialog Plugin example') ![Vuejs Dialog Plugin](./docs/.vuepress/public/images//demo.gif?raw=true 'Vuejs Dialog Plugin usage demo') 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)