0
I have a tag img
and I need to iterate the src
, altering within a map
to uri
.
ex: ../assets/images/personagens/${index}.jpg
, whose index is the parameter of the map
, however the javascript does not allow this action within a require(url)
.
Does anyone have any idea?
What have you tried?
– MauroAlmeida
@Matheus Maricondi you care to show what you have tried, maybe this can help you better understand your question. Thank you
– Cristiano Gilberto João