chore(client): fix type def
This commit is contained in:
parent
5c3e782d29
commit
31d73f4659
|
@ -20,8 +20,8 @@ const props = defineProps<{
|
||||||
showing: boolean;
|
showing: boolean;
|
||||||
x: number;
|
x: number;
|
||||||
y: number;
|
y: number;
|
||||||
title: string;
|
title?: string;
|
||||||
series: {
|
series?: {
|
||||||
backgroundColor: string;
|
backgroundColor: string;
|
||||||
borderColor: string;
|
borderColor: string;
|
||||||
text: string;
|
text: string;
|
||||||
|
|
Loading…
Reference in New Issue