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

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(() => {