You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see I'm using the url from a external server that provide me static resources, but now I want to use the image stored on VueJs project, so I tried to use them as you see below:
Sorry but I'm not familiar with vue. What's the actual html output once your code gets transpiled and executed? Do you see the actual elements but the images are not loading?
I'm supposing that maybe when the code find any @/assets/images (where usually Vue create the folder to the images), so the code can render the url right.
Hi, currently I'm implementing the code this:
As you can see I'm using the url from a external server that provide me static resources, but now I want to use the image stored on VueJs project, so I tried to use them as you see below:
Obviously that not works, so I'd like to know if you know how I could implement that images on the Vuejs project?
The text was updated successfully, but these errors were encountered: