feat: make prefix id optional
This commit is contained in:
parent
8c5361ca74
commit
36f4dc2fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ defineProps<{
|
|||
noAction?: boolean;
|
||||
noBg?: boolean;
|
||||
history?: boolean;
|
||||
prefixId: string;
|
||||
prefixId?: string;
|
||||
separateEnter?: boolean;
|
||||
}>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue