fix: grid form submit button locale switch (#5205)

dev-v5^2
Netfan 2024-12-21 15:36:48 +08:00 committed by GitHub
parent 24a4935e85
commit 68a7e790d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ watch(
);
//
watch(() => preferences.app.locale, refresh);
watch(() => preferences.app.locale, refresh, { flush: 'post' });
const slots = useSlots();
const headerSlots = computed(() => {