comments
This commit is contained in:
parent
2eac4588d9
commit
936105793c
|
@ -63,8 +63,8 @@ export default {
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
loadingImageUrl: 'https://via.placeholder.com/120x120',
|
loadingImageUrl: 'https://via.placeholder.com/120x120',
|
||||||
backgroundImageUrl: null,
|
backgroundImageUrl: null, // blurred vwersion of image that makes up the background
|
||||||
displayImageUrl: null,
|
displayImageUrl: null, // image being viewed
|
||||||
showLoading: true,
|
showLoading: true,
|
||||||
loadingTimeout: null
|
loadingTimeout: null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue