comments
This commit is contained in:
parent
2eac4588d9
commit
936105793c
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue