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

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.1.5 to 2.9.13. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

### Version vue-final-modal: 4.5.4 vue: v3.2.5 simple setup in app.vue ``` .... {{ title }} Confirm ``` ok, in chrome I can toggle the teleport comments, the VueFinalModal didn't toggle,...

question

### Version vue-final-modal: v4.5.4 vue: v3.4.19 ### OS Mac ### Reproduction Link ### Steps to reproduce Inspired by #430 I tried to implement close action in the default slot but...

bug

# vue-final-modal@5 First of all, I would like to thank all users of vue-final-modal. I learned a lot through creating and maintaining this component library. I am planing to implement...

enhancement

### Version vue-final-modal: 4.5.3 vue: 3.4.15 nuxt: 3.10.0 Hi! First of all, thank you so much for your work. I'm starting to try the modal in a nuxt 3 app,...

question

Hi Hunter I'm on Vue 2.7, and presently using vue-js-modal, but haven't found a way of preventing the same modal opening twice with multiple clicks (documented [here](https://github.com/euvl/vue-js-modal/issues/810)). I'm thinking of...

question

### Version vue-final-modal: 4.4.6 (but also 4.5.3) nuxt: 3.8.1 (but also 3.9.3) ### OS Mac ### Reproduction Link https://stackblitz.com/edit/nuxt-starter-w7rfyt?file=package.json ### Steps to reproduce Try first doing focus with the tab...

bug

### Is your feature request related to a problem? Please describe. ```ts import { useModal } from 'vue-final-modal' import SomeComponent from 'components' const { open, close } = useModal({ component:...

enhancement