Browse Source

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

pull/5210/head
Netfan 1 year ago
committed by GitHub
parent
commit
68a7e790d8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/effects/layouts/src/basic/layout.vue

2
packages/effects/layouts/src/basic/layout.vue

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

Loading…
Cancel
Save