vue-final-modal
vue-final-modal copied to clipboard
🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
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...
I want to set default values when register plugin. Is it possible now? I use vue 3 with nuxt 3.
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...
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!
### 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,...
### Version vue-final-modal: v3.4.0 vue: v3.1.5 with vite v2.4.4 typescript: v4.3.5 ### OS Windows ### Reproduction link  ### Steps to reproduce N/A ### What is Expected? More specific installation...
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....