UNPKG

vue3-use-modal

Version:

vue3-use-modal is vue3(vue-next) plugin that provide easy use of modal. It is not only component based but also lets using modal either asynchronous or synchronous behavior.

3 lines (2 loc) 95 B
export { useModal } from './useModal'; export { default as ModalPlugin } from './ModalPlugin';