DTL page fix default background
This commit is contained in:
parent
8fefd8d50c
commit
67f41757f5
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ const isProjectRequestDialogOpen = ref(false);
|
||||||
|
|
||||||
const background = computed(() => {
|
const background = computed(() => {
|
||||||
return (
|
return (
|
||||||
page.value.background.url ??
|
page.value?.background?.url ??
|
||||||
"https://plus.unsplash.com/premium_photo-1675355675464-2deabb1f893b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
"https://plus.unsplash.com/premium_photo-1675355675464-2deabb1f893b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue