vue-modal icon indicating copy to clipboard operation
vue-modal copied to clipboard

🖖The progressive and simple modal system for Vue.js v3

Results 12 vue-modal issues
Sort by recently updated
recently updated
newest added

Hello, there are many times that it's needed to call API request after modal has been closed and result of modal was true because sometime you need to just call...

Feature
current task

**Main goal**: to add the ability to connect to linear modal windows. A linear modal window is a window whose main task is to return a value. Referencing *promt* in...

Feature
current task

I think it's time to update to a new version and make global changes: - changing the layout of windows. At the moment they are hanging in the air, an...

Feature

https://developer.mozilla.org/ru/docs/Web/HTML/Element/dialog

Feature

When multiple pop-up modal are opened at the same time, how to ensure that only one is displayed at a time and the one behind it is closed? 同时打开多个弹窗时 ,...

Feature

I would like to see an option to specify that ESC can close the dialog even if a namespace is specified. Also, I had a hard time finding out that...

Feature

In example `use-namespace`, the background can be scrolled. I added the following to `main.ts`, but the background is still scrollable. `config({ scrollLock: true }) `

bug

pass vue component slot

Feature

**Is your feature request related to a problem? Please describe.** ``` import {onBeforeModalClose} from "jenesius-vue-modal" export default { setup() { onBeforeModalOpen(() => { const answer = window.confirm( "Do you really...

Feature

**Is your feature request related to a problem? Please describe.** Currently when i open /user/2/edit where /user/2 also is a modal they both just show as single modals when you...

Feature