migrate mobile ui utils to typescript

This commit is contained in:
MaysWind
2025-01-11 00:53:22 +08:00
parent 8da3d2aa35
commit b2e36a24fd
25 changed files with 88 additions and 65 deletions
+2 -2
View File
@@ -92,7 +92,7 @@ import {
showLoading,
hideLoading,
routeBackOnError
} from '@/lib/ui/mobile.js';
} from '@/lib/ui/mobile.ts';
import PinCodeInput from '@/components/common/PinCodeInput.vue';
import MapView from '@/components/common/MapView.vue';
@@ -117,7 +117,7 @@ import MapSheet from '@/components/mobile/MapSheet.vue';
import TransactionTagSelectionSheet from '@/components/mobile/TransactionTagSelectionSheet.vue';
import ScheduleFrequencySheet from '@/components/mobile/ScheduleFrequencySheet.vue';
import TextareaAutoSize from '@/directives/mobile/textareaAutoSize.js';
import TextareaAutoSize from '@/directives/mobile/textareaAutoSize.ts';
import '@/styles/mobile/global.css';
import '@/styles/mobile/font-size-default.css';