new changes
This commit is contained in:
@@ -33,8 +33,8 @@ const profile = computed(() => {
|
|||||||
return is_user.value
|
return is_user.value
|
||||||
? account.value?.profile_photo
|
? account.value?.profile_photo
|
||||||
? account.value?.profile_photo
|
? account.value?.profile_photo
|
||||||
: "/avatars/1.jpg"
|
: "/img/avatars/1.jpg"
|
||||||
: "/avatars/3.jpg";
|
: "/img/avatars/3.jpg";
|
||||||
});
|
});
|
||||||
|
|
||||||
const username = computed(() => {
|
const username = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user