mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 01:12:00 +08:00
feat: increase support for multiple time zones
This commit is contained in:
@@ -302,6 +302,9 @@ const headerSlots = computed(() => {
|
||||
<template #notification>
|
||||
<slot name="notification"></slot>
|
||||
</template>
|
||||
<template #timezone>
|
||||
<slot name="timezone"></slot>
|
||||
</template>
|
||||
<template v-for="item in headerSlots" #[item]>
|
||||
<slot :name="item"></slot>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user