### 综述
在项目中,代替浏览器原生的alert、confirm和prompt
>名称:vuejs-dialog
>用途:简洁美观的对话框
>官网:[地址](https://godofbrowser.github.io/vuejs-dialog/)
>github:[地址](https://github.com/godofbrowser/vuejs-dialog)
****
### 预览

****

****
#### 备注
> 基于promise,如果要在IE9上使用,请引入相关profill
~~~
<script src = "https://cdn.polyfill.io/v2/polyfill.min.js?features=es6"></script>
~~~