1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-05 23:32:45 +08:00

fix(DefaultLayout): correct syntax errors

This commit is contained in:
2026-01-18 22:50:37 +08:00
parent 794eb5dea5
commit 49f1911cfa

View File

@@ -108,7 +108,7 @@ if (isClient()) {
{
attributes: true,
attributeFilter: ["impression-color"],
}
},
);
}
@@ -120,7 +120,7 @@ watch(
isRedirecting.value = false;
}
},
{ immediate: true }
{ immediate: true },
);
/** 进入首页时更新随机问候语 */
@@ -130,7 +130,7 @@ watch(
if (isHome) {
randomGreeting.value = getFormattedRandomPhrase();
}
}
},
);
/** 进入后更新色板 */