### 綜述
在項目中,代替瀏覽器原生的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>
~~~