mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 07:27:33 +08:00
move file
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<script setup lang="ts">
|
||||
import { type Ref, ref, computed, useTemplateRef } from 'vue';
|
||||
|
||||
import { useI18n } from '@/lib/i18n.js';
|
||||
import { useI18n } from '@/locales/helper.js';
|
||||
|
||||
import { copyObjectTo } from '@/lib/common.ts';
|
||||
import type { MapInstance, MapPosition } from '@/lib/map/base.ts';
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<script setup lang="ts">
|
||||
import { type Ref, ref, watch } from 'vue';
|
||||
|
||||
import { useI18n } from '@/lib/i18n.js';
|
||||
import { useI18n } from '@/locales/helper.js';
|
||||
import { isString } from '@/lib/common.ts';
|
||||
|
||||
const props = defineProps<{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
import { type Ref, ref, watch } from 'vue';
|
||||
|
||||
import { isObject } from '@/lib/common.ts';
|
||||
import { useI18n } from '@/lib/i18n.js';
|
||||
import { useI18n } from '@/locales/helper.js';
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: 'update:show', value: boolean): void
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<script setup lang="ts">
|
||||
import { type Ref, ref, computed } from 'vue';
|
||||
|
||||
import { useI18n } from '@/lib/i18n.js';
|
||||
import { useI18n } from '@/locales/helper.js';
|
||||
import { useI18nUIComponents } from '@/lib/ui/mobile.js';
|
||||
import { useUserStore } from '@/stores/user.ts';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user