mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
fix: grid form submit button locale switch (#5205)
This commit is contained in:
@@ -152,7 +152,7 @@ watch(
|
||||
);
|
||||
|
||||
// 语言更新后,刷新页面
|
||||
watch(() => preferences.app.locale, refresh);
|
||||
watch(() => preferences.app.locale, refresh, { flush: 'post' });
|
||||
|
||||
const slots = useSlots();
|
||||
const headerSlots = computed(() => {
|
||||
|
Reference in New Issue
Block a user