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.
Hello and thanks for a great product! Have a question: In component i want to know — is there any opened modals. in docs i find https://v3.vue-final-modal.org/api#vfmopenedmodals but how can...
In Nuxt, I use the event bus system to listen to a loading change: ```js // somewhere.vue export default { watch(newVal) { if(newVal === false) { this.$nuxt.$emit('loadingFinished') } } }...
For dynamic modals the return type is a Promise The returned typescript type is void https://github.com/vue-final/vue-final-modal/blob/fc0b938838710cac475f1de6587175c74c41722c/types/index.d.ts#L72
### Version vue-final-modal: v3.4.3 vue: 3.0.0 ###System Linux Ubuntu v 20.04.3 ### Reproduction Link https://codesandbox.io/s/delicate-hooks-emt99?file=/src/App.vue ### Steps to reproduce 1. Create example vue final modal 2. Change resize properties to...
bug: the following prevents the opening transition from being shown ```html ```
### Version vue-final-modal: v2.4.1 vue: v2.6.1? (the one coming along with Nuxt v2.15.8) nuxt: v2.15.8 OS: Mac Catalina, Chrome, Codesandbox ### Reproduction Link https://codesandbox.io/s/keen-pond-qitoz?file=/nuxt.config.js This Codesandbox tries to rebuild the...
This part in the docu talks about how to use "params": https://vue-final-modal.org/guide/params However, the first part describes an assignment: `event => event.ref.params`, but there is not further description on how...
### Version vue-final-modal: v3.4.3 vue: v3.2.0 (3.2.20 in ex) ### OS MacOS Monterey 12.0.1 Safari 15.1 ### Reproduction Link https://codesandbox.io/s/intelligent-franklin-piqt3 ### Steps to reproduce 1. create template with HOC example...
### Version vue-final-modal: 2.4.1 vue: v2.6.14 ### OS Windows ### Steps to reproduce click on button for showing component but return any thing... when i add console.log( this.$vfm.show(edit,{itemID :"..."})) return...