Vuetify: 1.5.7
Vue: 2.6.5
Browsers: Firefox 66.0
OS: Ubuntu undefined
I receive the image base64 encode from the API server using axios and try to display it on the frontend:
<v-img
:src="myImage"
/>
I expect the image to be displayed on the browser
I receive what this screenshot of the console says:
https://github.com/begueradj/image/blob/master/iii.png
Anyone fix this?
To reproduction, just access the https://vuetifyjs.com/en/ , sometimes firefox dont load the images.
This behavior is often when I access other links, like "Documentation" and came back to home again.
I'm on firefox 68.0.1 (64-bits)
Most helpful comment
Anyone fix this?
To reproduction, just access the https://vuetifyjs.com/en/ , sometimes firefox dont load the images.
This behavior is often when I access other links, like "Documentation" and came back to home again.
I'm on firefox 68.0.1 (64-bits)