vue-modal
vue-modal copied to clipboard
🖖The progressive and simple modal system for Vue.js v3
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...
**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...
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...
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? 同时打开多个弹窗时 ,...
Are there any plans to add an option to have ESC close the dialog even if a namespace is specified?
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...
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 }) `
**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...
**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...