v-dialogs icon indicating copy to clipboard operation
v-dialogs copied to clipboard

A simple and clean instructional dialog plugin for Vue2, dialog type including Modal, Alert, Mask and Toast

Results 16 v-dialogs issues
Sort by recently updated
recently updated
newest added

v2.2.0 not detect mixin function cal modal: ``` openAddRecModal() { let that = this; that.$dlg.modal(addRecMail, { width: 1600, height: 600, title: "ثبت ", params: { page: that.page, keyword: that.keyword, view:...

v2.2.0 some tag not show in modal ```javascript ``` it works correctly in previous version like 2.1.4

v2.2.0 this error was shown when i try open modal in modal... Cannot read properties of undefined (reading 'modal') ![image](https://user-images.githubusercontent.com/24381986/175767061-e9a88cc7-5536-4da2-8f31-8c1df065a775.png)

could you please add option for minimize modal?

enhancement

How can I change title, "ok" and(or) "cancel" names (strings) to custom text? In confirm alert specifically.

suggestion

if i write async component, show Vue Warn ``` async openReferral(mailID) { let that = this; let addReferral= async ()=>{return await import('../../referral/referralTask/add.vue')} that.$dlg.modal(addReferral, {width: 800, height: 750, title: "add task"...

Hi, can the dialog resize and drag to other place in the window? if not, please add such features. thx.

大佬,能不能这样,shaking属性,如果是“close",就关闭,这样的话,是不是更灵活,还是说大佬已经决定了不这样做?

在ant design vue中使用v-dialogs,弹出窗口中无法正常使用 时间选择器()、下拉框(a-select),能不能修正一下,谢谢,