mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-15 07:52:00 +08:00
chore: lint
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
import { ref, unref } from 'vue';
|
||||
import { ref, unref } from "vue";
|
||||
|
||||
import { DEFAULT_TIME_ZONE_OPTIONS } from '@vben-core/preferences';
|
||||
import {
|
||||
getCurrentTimezone,
|
||||
setCurrentTimezone,
|
||||
} from '@vben-core/shared/utils';
|
||||
import { DEFAULT_TIME_ZONE_OPTIONS } from "@vben-core/preferences";
|
||||
import { getCurrentTimezone, setCurrentTimezone } from "@vben-core/shared/utils";
|
||||
|
||||
import { acceptHMRUpdate, defineStore } from 'pinia';
|
||||
import { acceptHMRUpdate, defineStore } from "pinia";
|
||||
|
||||
interface TimezoneHandler {
|
||||
getTimezone?: () => Promise<null | string | undefined>;
|
||||
|
||||
Reference in New Issue
Block a user