Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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(() => { |
|
|
|
|