vuejs-confirm-dialog icon indicating copy to clipboard operation
vuejs-confirm-dialog copied to clipboard

Makes simple to create, reuse, promisify and build chains of modal dialogs in Vue.js

Results 3 vuejs-confirm-dialog issues
Sort by recently updated
recently updated
newest added

Version: 0.4.3 ### Problem When defining the component, using it for different states, and passing the props to the component with different values, it is not using a new component....

bug
documentation
enhancement

Hi, firstly nice little package thank you. I created this Modal/Dialog but it comes up with a type error when I use it ``` import { computed, ref } from...

enhancement

Hello everyone, thanks for this great package. I have a problem with its typescript support. I'm calling createConfirmDialog() function as follow: ``` const { reveal } = createConfirmDialog(ConfirmModal, { title:...

bug
help wanted