Questions tagged [vue-js-modal]

7 questions
1
vote
1 answer

scrollable not working when adaptive mode is true

I'm using this plugin in my project for modal functionality, the problem is when I use :adaptive="true" I can not scroll the modal when the modal height is bigger than the screen, how can I solve this.? I also throw a issue on their github repo, but…
Shekh Saifuddin
  • 470
  • 2
  • 6
  • 27
1
vote
1 answer

Open a modal of vue-js-modal from outside a component

We are using vue-js-modal in our project, and I want to open a modal from code which isn't in a vue component. The documentation only indicate how to use the API from a component. There is a way to manipulate vue-js-modal from anywhere ? The X…
fabien-michel
  • 1,873
  • 19
  • 38
1
vote
1 answer

Vue: Get data from parent in

I don't know if what I want is possible in the way I want to do it. I'm using this Vue plugin for modals: https://www.npmjs.com/package/vue-js-modal I have a component called ModalButton that is responsible for triggering the modal:
good_afternoon
  • 1,529
  • 1
  • 12
  • 41
1
vote
1 answer

Using vue-js-modal how do I pass data back up to the parent component

https://github.com/euvl/vue-js-modal#readme I have searched through the docs and can't find an example that fits my needs. I have also searched through stack overflow without finding an example that matches mine. I am strictly asking about the…
Daniel Tate
  • 2,075
  • 4
  • 24
  • 50
0
votes
0 answers

Pass props to a component inside vuejs modal

So, the following modal is opened by this.$store.watch. Is there any way to pass payload object ( {payload: value.payload} ) to SharePage component directly from this.$modal.show('preview-share-modal', {payload: value.payload}) ?
0
votes
1 answer

Vue awesome swiper not work properly in vue js modal plugin

I'm using vue-js-modal for product quick view and I'm trying to create an image gallery with vue-awesome-swiper but the problem is outside this modal image gallery work fine as I am aspected but inside the modal plugin it shows me an error and does…
Shekh Saifuddin
  • 470
  • 2
  • 6
  • 27
0
votes
1 answer

How can I avoid the "Attribute v-b-modal is not allowed here" warning in Intellij IDEA?

In a Vue.js project I am using learning to use Modals from BootstrapVue. In my code I have a file Items.vue with something like this:
// this is line 15 ...
fedorqui
  • 275,237
  • 103
  • 548
  • 598