mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 07:27:33 +08:00
move file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user