I am facing a similar issue to the one described in this question here: Linking to images referenced in vuex store in Vue.js
The main difference is that I am dealing with an external link for the src attribute of an img tag, like 'https://....'
Is there a way for me to use require() with this external link? I understand that require() typically only takes a path, but I need something similar that can be executed during compile time.
Thank you for any assistance you can provide!