This commit is contained in:
Marie 2024-07-19 05:14:10 +00:00
parent b9d66f824c
commit 8ca5c3e5f3

View file

@ -267,7 +267,7 @@ const background = computed(() => {
return {
'--backgroundImageStatic': `url('${props.user.backgroundUrl}')`
};
};
}
});
watch(moderationNote, async () => {
@ -304,7 +304,7 @@ const style = computed(() => {
return {
backgroundImage: `url(${ props.user.bannerUrl })`,
};
};
}
});
const age = computed(() => {