V
V
Valery Khizhevsky2019-03-14 14:48:29
JavaScript
Valery Khizhevsky, 2019-03-14 14:48:29

How to reload an image when it changes in VueJS server?

Good day. The essence of the problem is this.
I have a scroll that changes the intensity of the black color in the picture, the intensity parameter is transmitted to the server, where it processes it and redraws the picture. How do I now reload an image in VueJS?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2019-03-14
@Kozack

The server must return the image data or the path to a new one. The client, after sending the request, receives this in the response and replaces the image.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question