feat: increase support for multiple time zones
* 优化实现方法
This commit is contained in:
parent
3eed51fd3e
commit
212144feca
@ -16,7 +16,7 @@ const TimezoneIcon = createIconifyIcon('fluent-mdl2:world-clock');
|
|||||||
|
|
||||||
const timezoneStore = useTimezoneStore();
|
const timezoneStore = useTimezoneStore();
|
||||||
|
|
||||||
const timezoneRef = ref<null | string>(null);
|
const timezoneRef = ref<string | undefined>();
|
||||||
|
|
||||||
const timezoneOptionsRef = ref<
|
const timezoneOptionsRef = ref<
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user