mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
code refactor
This commit is contained in:
@@ -32,12 +32,12 @@ import { useI18n } from '@/locales/helpers.ts';
|
||||
import { ClipboardHolder } from '@/lib/clipboard.ts';
|
||||
|
||||
const props = defineProps<{
|
||||
title?: string
|
||||
hint?: string
|
||||
information: string
|
||||
rowCount: number
|
||||
enableCopy?: boolean
|
||||
show: boolean
|
||||
title?: string;
|
||||
hint?: string;
|
||||
information: string;
|
||||
rowCount: number;
|
||||
enableCopy?: boolean;
|
||||
show: boolean;
|
||||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
||||
Reference in New Issue
Block a user