All Questions
2 questions
0
votes
1
answer
873
views
Imported and reexported not found in Vue
I am following a tutorial on YouTube about Vue, everything was working fine until I installed Bootstrap Vue and I ran npm run serve, I keep getting this error:
98% after emitting CopyPlugin
WARNING ...
4
votes
1
answer
4k
views
How do I include image in BootstrapVue carousel?
I am trying to add an image to the img-src="" attribute of b-carousel in BoostrapVue. The image is currently saved in the asset folder.
<b-carousel-slide img-src="../assets/life.jpg">
...