Skip to main content

All Questions

Tagged with
0 votes
0 answers
54 views

Dropdown menu overlaps with component in Vue app

I had a Vue electron app, in which Home view component has 3 child components which are in single column one after the other, I have a b-dropdown in middle component when I scroll up the opened ...
satishVudata's user avatar
1 vote
3 answers
445 views

Vue JS doesn't render inside of Electron app

I've got an electron app that loads Vue JS 2 from my local machine, however, whatever element I attach my el to completely empties the element and replaces the contents with the Vue JS comment, what ...
Ryan H's user avatar
  • 2,856
0 votes
2 answers
1k views

My modal into electron dont open when i click into the button

I expected that by clicking on the Editar button, within #app, the modal would open, but it does not open at all !. I dont know if my js logic are wrong or my html are wrong! When i try to use some ...
Alisson Blaas's user avatar
0 votes
1 answer
645 views

electron/vuejs - uikit modal not covering entire screen when inside sub components

I'm wondering why the modal looks like this (dark background not fully covering the top and bottom) when its inside a subsection of the overall code. Modal code Modal.vue <template> <!--...
A. L's user avatar
  • 12.4k
0 votes
3 answers
10k views

Move div to center of screen of Electron/VUE application

I am trying to move a container div to the center of the screen. My application uses Electron, VUE, html,css. I tried the following code <template > <div class="login background" style="...
randyMoss1994's user avatar
1 vote
1 answer
2k views

"Not allowed to load local resource" Electron/VUE

So I am receiving the error "Not allowed to load local resource" in my Electron/VUE app. The error I believe is coming from my index.ejs file where I have <style> .background{ background: ...
Matt's user avatar
  • 501
6 votes
2 answers
14k views

Background image not loading in Electron Application

I have an image file in the same directory as my login.vue component (which is where the following code is located). But, when I try this code, the image will not load: <div background="benjamin-...
randyMoss1994's user avatar