mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
migrate i18n helper.js some code to typescript and migrate vue file to composition API and typescript
This commit is contained in:
+1
-1
@@ -80,8 +80,8 @@ import VueDatePicker from '@vuepic/vue-datepicker';
|
||||
import '@vuepic/vue-datepicker/dist/main.css';
|
||||
|
||||
import { getVersion, getBuildTime } from '@/lib/version.ts';
|
||||
import { getI18nOptions } from '@/locales/helpers.ts';
|
||||
import {
|
||||
getI18nOptions,
|
||||
translateIf,
|
||||
i18nFunctions
|
||||
} from '@/locales/helper.js';
|
||||
|
||||
Reference in New Issue
Block a user