feat: make prefix id optional

This commit is contained in:
Methapon2001 2024-12-17 10:16:31 +07:00
parent 8c5361ca74
commit 36f4dc2fbb

View file

@ -21,7 +21,7 @@ defineProps<{
noAction?: boolean;
noBg?: boolean;
history?: boolean;
prefixId: string;
prefixId?: string;
separateEnter?: boolean;
}>();