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
{{ message }}
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
@Mgrmjp I hate to be that guy to message asking if you solved something from years ago.... but did you find a solution to the above? I have the exact same issue
I want to pass an array of images from data but cannot use require
@TomBell95 No worries for asking. 😀 I think I gave up since I didn't have any ideas or good enough knowledge of Vue/JS to work around the issue. I switched to a different package that worked a bit better and suited my needs.
Haha, thanks. The only workaround I can think of is to store the images in
a DB (i.e. firebase) and then call the url... not ideal but looks like the
only option.
Thanks!
Tried to add alt text but it is quite difficult and the thumbnails break for local files because you need "require".
images: [
require('../../assets/img/myimage.png')
]
I can't figure out how to use url with local files and have alt text in there. Any ideas are welcome. 😅
The text was updated successfully, but these errors were encountered: