This commit is contained in:
ManjaroOne666 2019-01-22 12:55:03 +00:00
parent 2eac4588d9
commit 936105793c
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ export default {
data () {
return {
loadingImageUrl: 'https://via.placeholder.com/120x120',
backgroundImageUrl: null,
displayImageUrl: null,
backgroundImageUrl: null, // blurred vwersion of image that makes up the background
displayImageUrl: null, // image being viewed
showLoading: true,
loadingTimeout: null
}