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

Hi, awesome Plugin "nuxt": "^2.15.8", "vue-final-modal": "^2.4.1", i try to access this .deleteItem(row.id) but it says Cannot read properties of null (reading 'deleteItem') An error occurred while rendering the page...

bug

I want to set default values when register plugin. Is it possible now? I use vue 3 with nuxt 3.

question

Screenshot of console showing error immediately upon loading the Vue3 examples page: ### Version N/A -- Live 'Demo'/Examples URL. See below. ### OS macOS 12.3.1 (M1 Max) Chrome version 100.0.4896.127...

bug

Hallo, Reading docs I missed how can I close vue-final-modal ("^3.4.3") with cancel key in "vue": "^3.2.30" app ? Thanks!

enhancement

### Version vue-final-modal: v3.4.3 vue: v3.2.31 npm: 8.5.0 node: 16.14.2 ### OS Windows It is not working prevent click prop and attachment refers for your reference. If prevent click enable,...

bug

### Version vue-final-modal: v3.4.0 vue: v3.1.5 with vite v2.4.4 typescript: v4.3.5 ### OS Windows ### Reproduction link ![image](https://user-images.githubusercontent.com/23427728/128765286-bf3aee2e-97a9-40e4-ac6d-e8694608c7bb.png) ### Steps to reproduce N/A ### What is Expected? More specific installation...

question

Hi - Firstly, thanks for your work on this project! 🙂 Since [axe-core 4.3](https://dequeuniversity.com/rules/axe/4.3/) elements that are classed as ARIA dialog and alertdialog must have an accessible name. Currently there...

### Version vue-final-modal: latest vue: 3 ### OS Windows ### Steps to reproduce Created a dynamic modal and opened it with $vfm.show({component:myModal}) In myModal, the mounted event hook fires twice....

bug