mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 15:46:06 +09:00
refactor
This commit is contained in:
parent
ad8309b51a
commit
512b9a25d7
@ -275,18 +275,10 @@ function onVisibilitychange() {
|
|||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
fetch();
|
fetch();
|
||||||
if (group != null) {
|
definePageMetadata(computed(() => ({
|
||||||
definePageMetadata(computed(() => ({
|
title: group != null ? group.name : user?.name,
|
||||||
title: group.name,
|
icon: 'ph-chats-teardrop-bold ph-lg',
|
||||||
icon: 'ph-chats-teardrop-bold ph-lg',
|
})));
|
||||||
})));
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
definePageMetadata(computed(() => ({
|
|
||||||
title: user.name,
|
|
||||||
icon: 'ph-chats-teardrop-bold ph-lg',
|
|
||||||
})));
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user