Replies: 1 comment 1 reply
-
Aanything in your frontend is of type We need to update the docs here - but If you want to use strings, currently you can prefix a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am making a simple image slider code and meet a problem.
I get a list of img files and show it with foreach(). I can get image name from images list in state class. But I cannot display image using this image name using pc.images(). I checked valiable using print() and result was
This is why I cannot get image src path I think. When I check Developer page in Chome Browser, src path was
maimobcu
.How can I get image name not hashed?
Beta Was this translation helpful? Give feedback.
All reactions