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

🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.

Results 107 vue-final-modal issues
Sort by recently updated
recently updated
newest added

In https://vue-final-modal.org/guide/params documentation is says the event name is `beforeOpen`, but for me it works only if it's called `before-open`. E.g. ```

bug

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [got](https://github.com/sindresorhus/got) from 11.8.1 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...

dependencies

### Version vue-final-modal: ^3.4.4 vue: ^3.2.36 nuxt: none ### OS Mac ### What is Expected? I want to open multiple Modals from a list to show details. but i scenario...

question

### Version vue-final-modal: v2.4.1 vue: v2.6.12 nuxt: v2.15.8 (It's likely to happen in any SSR context) ### OS Mac ### Reproduction Link Apologies, I currently do not have a time...

bug

I have this dynamic component, using a HOC and passing its content as its own component in the default slot. However, I want to be able to close the modal...

question

### Version vue-final-modal: "^2.4.1" vue: v2.6.12 when i use this modal on my bootstrap project it those not display properly with the width and height, is there any bootstrap usage...

question

If I pass params to the modal, is there a way to access those in a method or in any of the life cycles? I log out "this" in the...

question

I'm trying to use dynamic modal on the latest Nuxt 3 RC1 with default Vite builder and I'm running into a problem. Looking at it in the devtools, the new...

bug