vuejs-confirm-dialog
vuejs-confirm-dialog copied to clipboard
Makes simple to create, reuse, promisify and build chains of modal dialogs in Vue.js
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....
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...
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:...