File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
@core/base/shared/src/utils Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1- import dayjs from ' dayjs' ;
2- import timezone from ' dayjs/plugin/timezone' ;
3- import utc from ' dayjs/plugin/utc' ;
1+ import dayjs from " dayjs" ;
2+ import timezone from " dayjs/plugin/timezone" ;
3+ import utc from " dayjs/plugin/utc" ;
44
55dayjs . extend ( utc ) ;
66dayjs . extend ( timezone ) ;
Original file line number Diff line number Diff line change 1- import { ref , unref } from ' vue' ;
1+ import { ref , unref } from " vue" ;
22
3- import { DEFAULT_TIME_ZONE_OPTIONS } from '@vben-core/preferences' ;
4- import {
5- getCurrentTimezone ,
6- setCurrentTimezone ,
7- } from '@vben-core/shared/utils' ;
3+ import { DEFAULT_TIME_ZONE_OPTIONS } from "@vben-core/preferences" ;
4+ import { getCurrentTimezone , setCurrentTimezone } from "@vben-core/shared/utils" ;
85
9- import { acceptHMRUpdate , defineStore } from ' pinia' ;
6+ import { acceptHMRUpdate , defineStore } from " pinia" ;
107
118interface TimezoneHandler {
129 getTimezone ?: ( ) => Promise < null | string | undefined > ;
You can’t perform that action at this time.
0 commit comments