Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

3 votes
3 answers
2k views

Bootstrap Vue effects not visible in electron vue app (Desktop UI)

I am using Electron-vue to create desktop application. I was trying to use boostrap-vue in my app. When I open the app I can see all the functionality of boostrap(button tables) but none of the ...
Praveen's user avatar
  • 597
2 votes
1 answer
598 views

Using bootstrap-vue components in electron-vue project gives error on data property change

I'm working on a project where I use electron-vue and to make the app look better I use bootstrap-vue. After a lot of debugging, I have found that changing a data property(in the parent component) ...
Gaute Haugen's user avatar