I have an image changes in the server but without changing the name so I want to reload the source in vuejs without refreshing the page, This my vue :
<template>
<div class="container">
<img src="http://localhost:8082/files/file.jpeg">
</div>
</template>
<script>
</script>