lint
This commit is contained in:
parent
b9d66f824c
commit
8ca5c3e5f3
1 changed files with 2 additions and 2 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in a new issue