This probably looks like a stupid question, but how do you show a picture from an asset folder?
I tried changing the location of that picture several times, but the picture never shows up on the actual page (always shows a broken picture icon).
Here are the locations
page >> …src/views/Login.vue
image>> …src/assets/img/LoginImg.jpg
It doesn’t matter if I use a string directly into the “src” of the “img” tag or pass it through a const, I even tried with an absolute path, but still got a broken image icon.
The only way I can get any picture to show up is with a picture URL (obviously online only), but it should be offline.
Any help would be appreciate.