My problem is I saved an image to the local storage but when I retrieve it from vuex and paste it into the code the image does not appear.
The object I get from vuex:
place: {
....
imgPath: C:\Users\...\Pictures\abc\b\first.jpg
....
}
and vuetify code:
<v-img v-bind:src="place.imgPath"></v-img>