How to insert picture from assets directorium in Vue?
kirk7183 opened this issue · 5 comments
i tryed like this but pictures do not show
vfImages: [
"@/assets/slika-3.jpg",
"@/assets/slika-2.jpg",
"@/assets/slika-12.jpg"
],
Hello, I don't recommend using the assets folder for images, but you can get how from #72
Regards!
It work, but now i found new big issue.... if i have menu over picture...the place where picture is under menu i can not click on it...because it recognize click on picture look...
i can click on "Cenovnik" and "O nama" ...but cannot click on other 2 that i selected with red color...if i remove flux ..it works OK
Don't worry, that's not a big issue :)
You just have a CSS positioning problem. Just give the menu a z-index
over 100 and probably will be enough, guessing the menu position
is absolute
.
Regards
Working ! Ty a lot 👍
No problem :)