Skip to content

Commit 212144f

Browse files
committed
feat: increase support for multiple time zones
* 优化实现方法
1 parent 3eed51f commit 212144f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/effects/layouts/src/widgets/timezone/timezone-button.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const TimezoneIcon = createIconifyIcon('fluent-mdl2:world-clock');
1616
1717
const timezoneStore = useTimezoneStore();
1818
19-
const timezoneRef = ref<null | string>(null);
19+
const timezoneRef = ref<string | undefined>();
2020
2121
const timezoneOptionsRef = ref<
2222
{

0 commit comments

Comments
 (0)