This commit is contained in:
dap
2024-12-21 19:07:22 +08:00

View File

@@ -152,7 +152,7 @@ watch(
); );
// 语言更新后,刷新页面 // 语言更新后,刷新页面
watch(() => preferences.app.locale, refresh); watch(() => preferences.app.locale, refresh, { flush: 'post' });
const slots = useSlots(); const slots = useSlots();
const headerSlots = computed(() => { const headerSlots = computed(() => {